api/laravel/View/Compilers/Concerns/CompilesRawPhp.yaml
2024-09-26 02:03:21 -07:00

29 lines
532 B
YAML

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: []