Neos\Neos\TypoScript\NodeUriImplementation::getNode PHP Метод

getNode() публичный Метод

A node object or a string node path or NULL to resolve the current document node
public getNode ( ) : mixed
Результат mixed
    public function getNode()
    {
        return $this->tsValue('node');
    }