class VarTypeNode extends StatementNode

{varType type $var}

Methods

static VarTypeNode
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 23
static VarTypeNode create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

VarTypeNode

at line 32
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 38
Generator getIterator()

No description

Return Value

Generator