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

Public Member Functions

 __construct ($name=null, $text=null, $type=null)
 getName ()
 getType ()
 setName ($name)
 setType ($type)

Protected Attributes

 $_rootNamespace = 'g'

Detailed Description

Definition at line 37 of file BaseAttribute.php.


Constructor & Destructor Documentation

__construct ( name = null,
text = null,
type = null 
)

Create a new instance.

Parameters:
string$name(optional) The name of the Base attribute
string$text(optional) The text value of the Base attribute
string$text(optional) The type of the Base attribute

Definition at line 54 of file BaseAttribute.php.

Here is the call graph for this function:


Member Function Documentation

getName ( )

Get the name of the attribute

Returns:
attribute name The requested object.

Definition at line 73 of file BaseAttribute.php.

getType ( )

Get the type of the attribute

Returns:
attribute type The requested object.

Definition at line 82 of file BaseAttribute.php.

Here is the call graph for this function:

setName ( name)

Set the 'name' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]>

Parameters:
Zend_Gdata_App_Extension_Element$attributeThe attribute object
string$nameThe name of the Base attribute
Returns:
Zend_Gdata_Extension_ItemEntry Provides a fluent interface

Definition at line 95 of file BaseAttribute.php.

setType ( type)

Set the 'type' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]>

Parameters:
Zend_Gdata_App_Extension_Element$attributeThe attribute object
string$typeThe type of the Base attribute
Returns:
Zend_Gdata_Extension_ItemEntry Provides a fluent interface

Definition at line 108 of file BaseAttribute.php.

Here is the call graph for this function:


Field Documentation

$_rootNamespace = 'g' [protected]

Namespace for Google Base elements

var

Reimplemented from Zend_Gdata_App_Base.

Definition at line 45 of file BaseAttribute.php.


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