AppserverIo\Appserver\ServletEngine\Http\Request::getContextPath PHP Method

getContextPath() public method

Returns the application context name (application name prefixed with a slash) for the actual request.
public getContextPath ( ) : string
return string The application context name
    public function getContextPath()
    {
        return $this->contextPath;
    }