Pagekit\View\Asset\FileAsset::getPath PHP Method

getPath() public method

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