Newscoop\Service\Implementation\TemplateSearchServiceDoctrine::getResourceFullPath PHP 메소드

getResourceFullPath() 보호된 메소드

Internal method, get the full path from an resource.
protected getResourceFullPath ( Resource $resource ) : string
$resource Newscoop\Entity\Resource
리턴 string
    protected function getResourceFullPath(Resource $resource)
    {
        return $resource->getPath();
    }