Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Google_API.inc.php

    r41 r42  
    99
    1010// Example of use:
    11 // 
     11//
    1212// require_once 'Google_API.php';
    1313// $google = new Google_API('your license key');
     
    4040     */
    4141    var $_licenseKey = '';
    42    
     42
    4343    /**
    4444     * @var    object
     
    4646     */
    4747    var $_soapClient = NULL;
    48    
     48
    4949    /**
    5050     * Constructor.
     
    6060        );
    6161    }
    62    
     62
    6363    /**
    6464     * Retrieves a page by URL from the Google Cache.
     
    8282        return $result;
    8383    }
    84    
     84
    8585    /**
    8686     * Retrieves a spelling suggestion for a phrase.
     
    100100        );
    101101    }
    102    
     102
    103103    /**
    104104     * Performs a web search.
     
    129129        );
    130130    }
    131    
     131
    132132    /**
    133133     * @param  string
     
    149149        }
    150150    }
    151    
     151
    152152    /**
    153153     * getFault
     
    155155     * returns a simple native php array containing the fault data
    156156     *
    157      * @return array 
     157     * @return array
    158158     * @access public
    159159     */
Note: See TracChangeset for help on using the changeset viewer.