AppserverIo\Appserver\ServletEngine\AbstractServletEngine::getContainer PHP Method

getContainer() public method

Returns the container instance.
public getContainer ( ) : AppserverIo\Appserver\Core\Interfaces\ContainerInterface
return AppserverIo\Appserver\Core\Interfaces\ContainerInterface The container instance
    public function getContainer()
    {
        return $this->getServerContext()->getContainer();
    }