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);