Exemple #1
0
 /**
  *
  * @param ContainerInterface $container            
  */
 public function __construct(ContainerInterface $container, $options)
 {
     parent::__construct();
     $this->container = $container;
     $this->options = $options;
 }