api/laravel/View/Compilers/Concerns/CompilesAuthorizations.yaml

98 lines
1.9 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: CompilesAuthorizations
class_comment: null
dependencies: []
properties: []
methods:
- name: compileCan
visibility: protected
parameters:
- name: expression
comment: '# * Compile the can statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileCannot
visibility: protected
parameters:
- name: expression
comment: '# * Compile the cannot statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileCanany
visibility: protected
parameters:
- name: expression
comment: '# * Compile the canany statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileElsecan
visibility: protected
parameters:
- name: expression
comment: '# * Compile the else-can statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileElsecannot
visibility: protected
parameters:
- name: expression
comment: '# * Compile the else-cannot statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileElsecanany
visibility: protected
parameters:
- name: expression
comment: '# * Compile the else-canany statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileEndcan
visibility: protected
parameters: []
comment: '# * Compile the end-can statements into valid PHP.
# *
# * @return string'
- name: compileEndcannot
visibility: protected
parameters: []
comment: '# * Compile the end-cannot statements into valid PHP.
# *
# * @return string'
- name: compileEndcanany
visibility: protected
parameters: []
comment: '# * Compile the end-canany statements into valid PHP.
# *
# * @return string'
traits: []
interfaces: []