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();
    }