ControlNode
class ControlNode extends StatementNode
{control name[:method] [,] [params]} Renders a component by calling its render() method.
Properties
| $name | |||
| $method | |||
| $args | |||
| $escape |
Methods
static ControlNode
create(Tag $tag)
No description
string
print(PrintContext $context)
No description
getIterator()
No description
Details
at line 35
static ControlNode
create(Tag $tag)
No description
at line 76
string
print(PrintContext $context)
No description
at line 132
Generator
getIterator()
No description