Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Exif Class Reference
Inheritance diagram for Zend_Gdata_Exif:
Collaboration diagram for Zend_Gdata_Exif:

Public Member Functions

 __construct ($client=null, $applicationId= 'MyCompany-MyApp-1.0')

Static Public Attributes

static $namespaces

Detailed Description

Definition at line 39 of file Exif.php.


Constructor & Destructor Documentation

__construct ( client = null,
applicationId = 'MyCompany-MyApp-1.0' 
)

Create Zend_Gdata_Exif object

Parameters:
Zend_Http_Client$client(optional) The HTTP client to use when when communicating with the Google servers.
string$applicationIdThe identity of the app in the form of Company-AppName-Version

Reimplemented from Zend_Gdata.

Definition at line 58 of file Exif.php.

Here is the call graph for this function:


Field Documentation

$namespaces [static]
Initial value:
 array(
        array('exif', 'http://schemas.google.com/photos/exif/2007', 1, 0)
    )

Reimplemented from Zend_Gdata.

Definition at line 47 of file Exif.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations