AppserverIo\Appserver\ServletEngine\AbstractServletEngine::getContainer PHP 메소드

getContainer() 공개 메소드

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