Phprest\Middleware\ApiVersion::getContainer PHP 메소드

getContainer() 보호된 메소드

Returns the DI container.
protected getContainer ( ) : League\Container\ContainerInterface
리턴 League\Container\ContainerInterface
    protected function getContainer()
    {
        return $this->app->getConfiguration()->getContainer();
    }