Esempio n. 1
0
 public function __construct(ContainerInterface $container, $file_path)
 {
     $this->_file_path = $file_path;
     parent::__construct($container);
 }