AppserverIo\Appserver\ServletEngine\Http\Request::getContext PHP 메소드

getContext() 공개 메소드

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