final class FragmentNode extends AreaNode

Properties

AreaNode[] $children

Methods

__construct(array $children = [])

No description

append(AreaNode $node)

No description

AreaNode|null
simplify(bool $allowsNull = true)

No description

string
print(PrintContext $context)

No description

getIterator()

No description

Details

at line 22
__construct(array $children = [])

No description

Parameters

array $children

at line 30
FragmentNode append(AreaNode $node)

No description

Parameters

AreaNode $node

Return Value

FragmentNode

at line 42
AreaNode|null simplify(bool $allowsNull = true)

No description

Parameters

bool $allowsNull

Return Value

AreaNode|null

at line 52
string print(PrintContext $context)

No description

Parameters

PrintContext $context

Return Value

string

at line 63
Generator getIterator()

No description

Return Value

Generator