platform/api/laravel/View/Compilers/Concerns/CompilesIncludes.yaml

74 lines
1.4 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: CompilesIncludes
class_comment: null
dependencies: []
properties: []
methods:
- name: compileEach
visibility: protected
parameters:
- name: expression
comment: '# * Compile the each statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileInclude
visibility: protected
parameters:
- name: expression
comment: '# * Compile the include statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileIncludeIf
visibility: protected
parameters:
- name: expression
comment: '# * Compile the include-if statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileIncludeWhen
visibility: protected
parameters:
- name: expression
comment: '# * Compile the include-when statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileIncludeUnless
visibility: protected
parameters:
- name: expression
comment: '# * Compile the include-unless statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileIncludeFirst
visibility: protected
parameters:
- name: expression
comment: '# * Compile the include-first statements into valid PHP.
# *
# * @param string $expression
# * @return string'
traits: []
interfaces: []