예제 #1
0
 /**
  * @param Report $report
  */
 public function __construct(Report $report)
 {
     $this->report = $report;
     $this->pdf = new PDF\Document($report->getDefaultLayout());
 }
예제 #2
0
 /**
  * @param Report $report
  */
 public function __construct(Report $report)
 {
     $this->report = $report;
     $this->doc = new PDF\Document($report->getDefaultLayout());
     $this->item_renderer = new Renderer\ItemRenderer($this->doc);
 }