class ImportNode extends StatementNode

{import "file"[, args]}

Properties

$file
$args

Methods

static ImportNode
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 28
static ImportNode create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

ImportNode

at line 39
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 50
Generator getIterator()

No description

Return Value

Generator