Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Gdata_YouTube_Extension_Position Class Reference

Public Member Functions

 __construct ($value=null)
 Constructs a new Zend_Gdata_YouTube_Extension_Position object.
 
 getValue ()
 Get the value for the position in the playlist.
 
 setValue ($value)
 Set the value for the position in the playlist.
 
 __toString ()
 Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0.
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Attributes

 $_rootElement = 'position'
 
 $_rootNamespace = 'yt'
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Protected Member Functions inherited from Zend_Gdata_App_Base
 takeChildFromDOM ($child)
 Given a child DOMNode, tries to determine how to map the data into object instance members.
 
 takeAttributeFromDOM ($attribute)
 Given a DOMNode representing an attribute, tries to map the data into instance members.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

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

Member Function Documentation

__toString ( )

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

Returns
string
getValue ( )

Get the value for the position in the playlist.

Returns
int The 1-based position in the playlist
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

Member Data Documentation

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