Pagekit\View\Asset\FileAsset::getPath PHP Метод

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

public getPath ( )
    public function getPath()
    {
        return file_exists($this->source) ? $this->source : false;
    }