PropertyFetchNode
class PropertyFetchNode extends ExpressionNode
Property access with nullsafe support ($obj->prop, $obj?->prop).
Methods
__construct(ExpressionNode $object, ExpressionNode $name, bool $nullsafe = false, Position|null $position = null)
No description
string
getIterator()
No description
Details
at line 21
__construct(ExpressionNode $object, ExpressionNode $name, bool $nullsafe = false, Position|null $position = null)
No description
at line 30
string
print(PrintContext $context)
No description
at line 38
Generator
getIterator()
No description