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


Public Member Functions | |
| __construct ($value=null) | |
| getValue () | |
| setValue ($value) | |
| __toString () | |
Protected Attributes | |
| $_rootElement = 'position' | |
| $_rootNamespace = 'yt' | |
Definition at line 38 of file Position.php.
| __construct | ( | $ | value = null | ) |
Constructs a new Zend_Gdata_YouTube_Extension_Position object.
| string | $value | (optional) The 1-based position in the playlist |
Definition at line 49 of file Position.php.

| __toString | ( | ) |
Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0
Reimplemented from Zend_Gdata_App_Base.
Definition at line 84 of file Position.php.

| getValue | ( | ) |
Get the value for the position in the playlist
Definition at line 61 of file Position.php.

| setValue | ( | $ | value | ) |
Set the value for the position in the playlist
| int | $value | The 1-based position in the playlist |
Definition at line 72 of file Position.php.
$_rootElement = 'position' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 41 of file Position.php.
$_rootNamespace = 'yt' [protected] |
Reimplemented from Zend_Gdata_Extension.
Definition at line 42 of file Position.php.