OSDN Git Service

replace constructor from class name method to __constuct()
[ethna/ethna.git] / class / SOAP / Ethna_SOAP_GatewayGenerator.php
index 8aecba8..eedae74 100644 (file)
@@ -51,7 +51,7 @@ class Ethna_SOAP_GatewayGenerator
      *
      *  @access public
      */
-    function Ethna_SOAP_GatewayGenerator()
+    public function __construct()
     {
         $this->controller =& Ethna_Controller::getInstance();
         $this->config =& $this->controller->getConfig();