Nette\Http\UrlScript::getScriptPath PHP Метод

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

Returns the script-path part of URI.
public getScriptPath ( ) : string
Результат string
    public function getScriptPath()
    {
        return $this->scriptPath ?: $this->path;
    }