class VarTypeNode extends StatementNode

{varType Type $name} Declares variable type for IDE autocompletion.

Methods

static VarTypeNode
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 22
static VarTypeNode create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

VarTypeNode

at line 31
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 37
Generator getIterator()

No description

Return Value

Generator