AppserverIo\Appserver\ServletEngine\Http\Request::getPathInfo PHP Метод

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

Returns the absolute path info started from the context path.
public getPathInfo ( ) : string
Результат string The absolute path info
    public function getPathInfo()
    {
        return $this->pathInfo;
    }