Nette\Http\UrlScript::getScriptPath PHP Méthode

getScriptPath() public méthode

Returns the script-path part of URI.
public getScriptPath ( ) : string
Résultat string
    public function getScriptPath()
    {
        return $this->scriptPath ?: $this->path;
    }