Jarves\AssetHandler\AbstractHandler::getAssetPath PHP Метод

getAssetPath() защищенный Метод

Returns local full file path.
protected getAssetPath ( string $path ) : string
$path string
Результат string
    protected function getAssetPath($path)
    {
        return realpath($this->getJarves()->getRootDir() . '/../') . '/' . $this->getJarves()->resolveWebPath($path);
    }