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