Neos\Neos\Fusion\NodeUriImplementation::getNode PHP Méthode

getNode() public méthode

A node object or a string node path or NULL to resolve the current document node
public getNode ( ) : mixed
Résultat mixed
    public function getNode()
    {
        return $this->tsValue('node');
    }