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

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

Returns the web accessible URI pointing to the given static resource
public getPublicStaticResourceUri ( string $relativePathAndFilename ) : string
$relativePathAndFilename string Relative path and filename of the static resource
Результат string The URI
    public function getPublicStaticResourceUri($relativePathAndFilename);