Generator/JSON.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:56:36 +0000 (12:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:56:36 +0000 (12:56 +0800)
Generator/JSON.php

index 8b053fa..2dfe067 100644 (file)
@@ -10,7 +10,7 @@ class Pman_Builder_Generator_JSON extends Services_JSON
     var $crlf = "\n";
     var $tab = "\t";
  
-    function Pman_Builder_Generator_JSON($use = 0) {
+    function __construct($use = 0) {
          if (is_array($use)) {
             foreach($use as $k=>$v) {
                 $this->$k = $v;