Exemple #1
0
 public function __construct($rootname, $objectToPrint)
 {
     parent::__construct($rootname, $objectToPrint);
 }
Exemple #2
0
 /**
  * Init mustache and the formatter
  */
 public function __construct($rootname, &$objectToPrint)
 {
     parent::__construct($rootname, $objectToPrint);
     $this->m = new \Mustache_Engine();
 }