class FormNode extends StatementNode

{form [scope|detached] name [, attributes]} ... {/form} {formContext name} ... {/formContext} Renders form tags and initializes form context.

Constants

private ModeLegacyScope

private ModeScope

private ModeDetached

Properties

$name
$attributes
$content
$mode

Methods

static Generator
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 39
static Generator create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

Generator

at line 73
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 103
Generator getIterator()

No description

Return Value

Generator