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

29 lines
717 B
YAML

name: CompilesFragments
class_comment: null
dependencies: []
properties:
- name: lastFragment
visibility: protected
comment: '# * The last compiled fragment.
# *
# * @var string'
methods:
- name: compileFragment
visibility: protected
parameters:
- name: expression
comment: "# * The last compiled fragment.\n# *\n# * @var string\n# */\n# protected\
\ $lastFragment;\n# \n# /**\n# * Compile the fragment statements into valid PHP.\n\
# *\n# * @param string $expression\n# * @return string"
- name: compileEndfragment
visibility: protected
parameters: []
comment: '# * Compile the end-fragment statements into valid PHP.
# *
# * @return string'
traits: []
interfaces: []