Ignore:
Timestamp:
Jun 3, 2006 7:47:48 PM (18 years ago)
Author:
scdev
Message:

Q - Merged branches/2.0singleton into trunk. Completed updating classes to use singleton methods. Implemented tests. Fixed some bugs. Changed some interfaces.

File:
1 edited

Legend:

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

    r42 r136  
    11<?php
    22/**
     3 * Google_API.inc.php
     4 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
     5 *
    36 * Interface to the Google API using SOAP/Client.php.
    47 *
     
    2528require_once 'SOAP/Client.php';
    2629
    27 
    28 /**
    29 * PHP Interface to the Google API
    30 *
    31 * @author  Sebastian Bergmann <sb@sebastian-bergmann.de>
    32 * @access  public
    33 */
    34 class Google_API
    35 {
     30class Google_API {
    3631
    3732    /**
Note: See TracChangeset for help on using the changeset viewer.