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

Public Member Functions

 __construct ($value=null)
 getValue ()
 setValue ($value)
 __toString ()

Protected Attributes

 $_rootElement = 'position'
 $_rootNamespace = 'yt'

Detailed Description

Definition at line 38 of file Position.php.


Constructor & Destructor Documentation

__construct ( value = null)

Constructs a new Zend_Gdata_YouTube_Extension_Position object.

Parameters:
string$value(optional) The 1-based position in the playlist

Definition at line 49 of file Position.php.

Here is the call graph for this function:


Member Function Documentation

Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0

Returns:
string

Reimplemented from Zend_Gdata_App_Base.

Definition at line 84 of file Position.php.

Here is the call graph for this function:

getValue ( )

Get the value for the position in the playlist

Returns:
int The 1-based position in the playlist

Definition at line 61 of file Position.php.

Here is the caller graph for this function:

setValue ( value)

Set the value for the position in the playlist

Parameters:
int$valueThe 1-based position in the playlist
Returns:
Zend_Gdata_Extension_Visibility The element being modified

Definition at line 72 of file Position.php.


Field Documentation

$_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.


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