Zend Framework
1.12
|
Public Member Functions | |
__construct ($value=null, $name=null) | |
Constructs a new Zend_Gdata_Calendar_Extension_Timezone object. | |
getValue () | |
Get the value for this element's value attribute. | |
setValue ($value) | |
Set the value for this element's value attribute. | |
setName ($name) | |
getName () | |
__toString () | |
Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0. | |
![]() | |
__construct () | |
Protected Member Functions | |
takeAttributeFromDOM ($attribute) | |
Given a DOMNode representing an attribute, tries to map the data into instance members. | |
Protected Attributes | |
$_rootNamespace = 'ga' | |
$_rootElement = 'property' | |
$_value = null | |
$_name = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $value = null , |
|
$name = null |
|||
) |
Constructs a new Zend_Gdata_Calendar_Extension_Timezone object.
string | $value | (optional) The text content of the element. |
__toString | ( | ) |
Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0.
getName | ( | ) |
getValue | ( | ) |
Get the value for this element's value attribute.
setName | ( | $name | ) |
string | $name |
setValue | ( | $value | ) |
Set the value for this element's value attribute.
string | $value | The desired value for this attribute. |
|
protected |
Given a DOMNode representing an attribute, tries to map the data into instance members.
If no mapping is defined, the name and value are stored in an array.
DOMNode | $attribute | The DOMNode attribute needed to be handled |
|
protected |
|
protected |
|
protected |
|
protected |