PropertyPathBuilder
PropertyPathBuilder
class PropertyPathBuilder
Methods
__construct(null|PropertyPathInterface|string $path = null) Creates a new property path builder. | ||
append(PropertyPathInterface|string $path, int $offset, int $length) Appends a (sub-) path to the current path. | ||
appendIndex(string $name) Appends an index element to the current path. | ||
appendProperty(string $name) Appends a property element to the current path. |