AppserverIo\Appserver\ServletEngine\Http\Request::getContext PHP Méthode

getContext() public méthode

Returns the context that allows access to session and server information.
public getContext ( ) : AppserverIo\Psr\Context\ContextInterface
Résultat AppserverIo\Psr\Context\ContextInterface The request context
    public function getContext()
    {
        return $this->context;
    }