class FormNode extends StatementNode

{form name} ... {/form} {formContext ...}

Properties

$name
$attributes
$content
$print
$endLine

Methods

static Generator
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 37
static Generator create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

Generator

at line 61
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 87
Generator getIterator()

No description

Return Value

Generator