Neos\Fusion\TypoScriptObjects\ResourceUriImplementation::getResource PHP 메소드

getResource() 공개 메소드

If specified, this resource object is used instead of the path and package information
public getResource ( ) : PersistentResource
리턴 Neos\Flow\ResourceManagement\PersistentResource
    public function getResource()
    {
        return $this->tsValue('resource');
    }