Neos\Neos\Fusion\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');
    }