append(PropertyPathInterface|string $path, int $offset, int $length)
Appends a (sub-) path to the current path.
Parameters
PropertyPathInterface|string $path The path to append int $offset The offset where the appended piece starts in $path. int $length The length of the appended piece If 0, the full path is appended.