Esempio n. 1
0
 /**
  * Default export plugin constructor
  *
  * @param object $fileplugin the file plugin used for output
  * @param array $data the fixed data to include in the export
  */
 public function __construct($fileplugin, $data)
 {
     parent::__construct($fileplugin);
     $this->index = 0;
     $this->data = $data;
 }