|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($name=null, $text=null, $type=null) | |
| getName () | |
| getType () | |
| setName ($name) | |
| setType ($type) | |
Protected Attributes | |
| $_rootNamespace = 'g' | |
Definition at line 37 of file BaseAttribute.php.
| __construct | ( | $ | name = null, |
| $ | text = null, |
||
| $ | type = null |
||
| ) |
Create a new instance.
| 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.

| getName | ( | ) |
Get the name of the attribute
Definition at line 73 of file BaseAttribute.php.
| getType | ( | ) |
Get the type of the attribute
Definition at line 82 of file BaseAttribute.php.

| setName | ( | $ | name | ) |
Set the 'name' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]>
| Zend_Gdata_App_Extension_Element | $attribute | The attribute object |
| string | $name | The name of the Base attribute |
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]>
| Zend_Gdata_App_Extension_Element | $attribute | The attribute object |
| string | $type | The type of the Base attribute |
Definition at line 108 of file BaseAttribute.php.

$_rootNamespace = 'g' [protected] |
Namespace for Google Base elements
var
Reimplemented from Zend_Gdata_App_Base.
Definition at line 45 of file BaseAttribute.php.