21 lines
492 B
YAML
21 lines
492 B
YAML
|
name: Engine
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties:
|
||
|
- name: lastRendered
|
||
|
visibility: protected
|
||
|
comment: '# * The view that was last to be rendered.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string'
|
||
|
methods:
|
||
|
- name: getLastRendered
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: "# * The view that was last to be rendered.\n# *\n# * @var string\n# */\n\
|
||
|
# protected $lastRendered;\n# \n# /**\n# * Get the last view that was rendered.\n\
|
||
|
# *\n# * @return string"
|
||
|
traits: []
|
||
|
interfaces: []
|