Ignore:
Timestamp:
Nov 15, 2019 6:15:50 PM (5 years ago)
Author:
anonymous
Message:

Update class constructor method names to construct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/SOAP_Google.inc.php

    r1 r708  
    6161    * @access public
    6262    */
    63     function SOAP_Google($licenseKey)
     63    function __construct($licenseKey)
    6464    {
    6565        $this->_licenseKey = $licenseKey;
Note: See TracChangeset for help on using the changeset viewer.