Invoker\CallableResolver::__construct PHP Method

__construct() public method

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