PropertyPathInterface
PropertyPathInterface
interface PropertyPathInterface implements Traversable
A sequence of property names or array indices.
Methods
string | __toString() Returns the string representation of the property path. | |
int | getLength() Returns the length of the property path, i.e. the number of elements. | |
PropertyPath | getParent() Returns the parent property path. | |
array | getElements() Returns the elements of the pro |