예제 #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();
 }