OSDN Git Service

replace constructor from class name method to __constuct()
[ethna/ethna.git] / class / SOAP / Ethna_SOAP_Gateway.php
index 8fb19f6..0b27ae8 100644 (file)
@@ -33,7 +33,7 @@ class Ethna_SOAP_Gateway
      *
      *  @access public
      */
-    function Ethna_SOAP_Gateway()
+    public function __construct()
     {
         $this->controller =& Ethna_Controller::getInstance();
     }