class RollbackNode extends StatementNode

{rollback} Discards {try} block output and jumps to {else}.

Methods

static RollbackNode
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 22
static RollbackNode create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

RollbackNode

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