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

Public Member Functions

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

Static Public Attributes

static $namespaces

Detailed Description

Definition at line 39 of file DublinCore.php.


Constructor & Destructor Documentation

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

Create Zend_Gdata_DublinCore 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 DublinCore.php.

Here is the call graph for this function:


Field Documentation

$namespaces [static]
Initial value:
 array(
        array('dc', 'http://purl.org/dc/terms', 1, 0)
    )

Reimplemented from Zend_Gdata.

Definition at line 47 of file DublinCore.php.


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