Neos\Fusion\TypoScriptObjects\ResourceUriImplementation::getPath PHP Метод

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

.. URI
public getPath ( ) : string
Результат string
    public function getPath()
    {
        return $this->tsValue('path');
    }