Zend Framework
1.12
|
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. | |
![]() | |
__construct () | |
Protected Attributes | |
$_rootElement = 'position' | |
$_rootNamespace = 'yt' | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
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 | $_namespaceLookupCache = array() |
__construct | ( | $value = null | ) |
Constructs a new Zend_Gdata_YouTube_Extension_Position object.
string | $value | (optional) The 1-based position in the playlist |
__toString | ( | ) |
Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0.
getValue | ( | ) |
Get the value for the position in the playlist.
setValue | ( | $value | ) |
Set the value for the position in the playlist.
int | $value | The 1-based position in the playlist |
|
protected |
|
protected |