Methods
find() Line 33
Combines the query and an object to retrieve a list of nodes that are to be used as node-point in a template.
publicfind(object $object, string $query) : \Traversable|\phpDocumentor\Transformer\Writer\list
This method interprets the provided query string and walks through the given object to find the correct element. This method will silently fail if an invalid query was provided; in such a case the given object is returned.
Parameters
Returns
\Traversable
walkObjectTree() Line 56
Walks an object graph and/or array using a twig query string.
privatewalkObjectTree(Traversable|mixed $objectOrArray, string $query) : mixed
Parameters
A path to walk separated by dots, i.e. namespace.namespaces
.