class TexyNode extends StatementNode

{texy} ... {/texy}

Properties

$content
$args

Methods

static Generator
create(Tag $tag, TemplateParser $parser, callable $processor)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 33
static Generator create(Tag $tag, TemplateParser $parser, callable $processor)

No description

Parameters

Tag $tag
TemplateParser $parser
callable $processor

Return Value

Generator

at line 74
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 98
Generator getIterator()

No description

Return Value

Generator