示例#1
0
 /**
  * @param ContainerInterface $container the container for injection
  */
 public function __construct(ContainerInterface $container)
 {
     parent::__construct(new ResolverChain([new AssociativeArrayResolver(), new TypeHintResolver(), new TypeHintContainerResolver($container), new NumericArrayResolver()]));
 }