Nette\Http\UrlScript::getPathInfo PHP Method

getPathInfo() public method

Returns the additional path information.
public getPathInfo ( ) : string
return string
    public function getPathInfo()
    {
        return (string) substr($this->getPath(), strlen($this->getScriptPath()));
    }