KeyPathResolver
class KeyPathResolver (View source)
Provides methods for traversing variables according to a key path.
Methods
__construct(mixed $value)
KeyPathResolver constructor.
mixed
get(array $path)
Returns a value from the given key path.