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

30 lines
532 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: CompilesRawPhp
class_comment: null
dependencies: []
properties: []
methods:
- name: compilePhp
visibility: protected
parameters:
- name: expression
comment: '# * Compile the raw PHP statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileUnset
visibility: protected
parameters:
- name: expression
comment: '# * Compile the unset statements into valid PHP.
# *
# * @param string $expression
# * @return string'
traits: []
interfaces: []