class DebugbreakNode extends StatementNode

{debugbreak [$cond]} Triggers debugger breakpoint.

Properties

$condition

Methods

static DebugbreakNode
create(Tag $tag)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 25
static DebugbreakNode create(Tag $tag)

No description

Parameters

Tag $tag

Return Value

DebugbreakNode

at line 33
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 46
Generator getIterator()

No description

Return Value

Generator