Jarves\AssetHandler\AbstractHandler::getPublicAssetPath PHP Method

getPublicAssetPath() protected method

protected getPublicAssetPath ( string $path ) : string
$path string
return string
    protected function getPublicAssetPath($path)
    {
        return $this->getJarves()->resolvePublicWebPath($path);
    }