class IncludeFileNode extends StatementNode

{include 'file.latte' [with blocks]}

Properties

$file
$args
$modifier
$mode

Methods

static IncludeFileNode
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 30
static IncludeFileNode create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

IncludeFileNode

at line 54
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 72
Generator getIterator()

No description

Return Value

Generator