Phprest\Router\Strategy::__construct PHP Method

__construct() public method

public __construct ( League\Container\ContainerInterface $container )
$container League\Container\ContainerInterface
    public function __construct(ContainerInterface $container)
    {
        $this->container = $container;
    }