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

Parameters

Tag $tag

Return Value

ControlNode

at line 76
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 132
Generator getIterator()

No description

Return Value

Generator