Phprest\Middleware\ApiVersion::getContainer PHP Méthode

getContainer() protected méthode

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