Neos\Flow\ResourceManagement\Target\TargetInterface::getPublicPersistentResourceUri PHP Метод

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

Returns the web accessible URI pointing to the specified persistent resource
public getPublicPersistentResourceUri ( PersistentResource $resource ) : string
$resource Neos\Flow\ResourceManagement\PersistentResource PersistentResource object
Результат string The URI
    public function getPublicPersistentResourceUri(PersistentResource $resource);