Nette\Http\UrlScript::getPathInfo PHP 메소드

getPathInfo() 공개 메소드

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