コード例 #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();
 }