Пример #1
0
 /**
  * @param ContextRegistry         $contextRegistry
  * @param DatagridExportConnector $gridDataReader
  */
 public function __construct(ContextRegistry $contextRegistry, DatagridExportConnector $gridDataReader)
 {
     parent::__construct($contextRegistry);
     $this->gridDataReader = $gridDataReader;
 }
 /**
  * @param ContextRegistry $contextRegistry
  * @param ManagerRegistry $registry
  */
 public function __construct(ContextRegistry $contextRegistry, ManagerRegistry $registry)
 {
     parent::__construct($contextRegistry);
     $this->registry = $registry;
 }