示例#1
0
文件: JSON.php 项目: tdt/formatters
 public function __construct($rootname, $objectToPrint)
 {
     parent::__construct($rootname, $objectToPrint);
 }
示例#2
0
文件: GRAPH.php 项目: tdt/formatters
 /**
  * Init mustache and the formatter
  */
 public function __construct($rootname, &$objectToPrint)
 {
     parent::__construct($rootname, $objectToPrint);
     $this->m = new \Mustache_Engine();
 }