AppserverIo\Appserver\ServletEngine\DependencyInjection\DeploymentDescriptorParser::getServletContext PHP Method

getServletContext() public method

Returns the servlet context instance.
public getServletContext ( ) : AppserverIo\Psr\Servlet\ServletContextInterface
return AppserverIo\Psr\Servlet\ServletContextInterface The servlet context instance
    public function getServletContext()
    {
        return $this->servletContext;
    }