Note paths that cannot be found will be ignored and missing from the
result.
Uses the factory to create Node objects.
public getNodesByPath ( array $absPaths, string $class = 'Node', array | null $typeFilter = null ) : |
||
$absPaths | array | Array containing the absolute paths of the nodes to fetch. |
$class | string | The class of node to get. TODO: Is it sane to fetch data separately for Version and normal Node? |
$typeFilter | array | null | Node type list to skip some nodes |
Résultat | Iterator that contains all found NodeInterface instances keyed by their path |