class IncludeFileNode extends StatementNode

{include [file] "file" [with blocks] [,] [params]}

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 32
static IncludeFileNode create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

IncludeFileNode

at line 56
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 75
Generator getIterator()

No description

Return Value

Generator