30 lines
717 B
YAML
30 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: []
|