Phprest\Router\Strategy::getContainer PHP Method

getContainer() public method

Returns the DI container.
public getContainer ( ) : League\Container\ContainerInterface
return League\Container\ContainerInterface
    public function getContainer()
    {
        return $this->container;
    }