/** * Формирует отчет * @return $this */ public function build() { parent::build(); $this->addPlacementExamples($this->objPHPExcel); $this->objPHPExcel->setActiveSheetIndex(0); return $this; }
public function __construct(Campaigns $campaign, $dateFrom, $dateTo) { parent::__construct($campaign, $dateFrom, $dateTo); $this->title = 'Отчет для самостоятельной выгрузки'; }