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

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

Returns the application context name (application name prefixed with a slash) for the actual request.
public getContextPath ( ) : string
Результат string The application context name
    public function getContextPath()
    {
        return $this->contextPath;
    }