AppserverIo\Appserver\ServletEngine\DependencyInjection\DeploymentDescriptorParser::getServletContext PHP Метод

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

Returns the servlet context instance.
public getServletContext ( ) : AppserverIo\Psr\Servlet\ServletContextInterface
Результат AppserverIo\Psr\Servlet\ServletContextInterface The servlet context instance
    public function getServletContext()
    {
        return $this->servletContext;
    }