Zend Framework
1.12
|
Public Member Functions | |
__construct ($url=null, $height=null, $width=null) | |
Constructs a new Zend_Gdata_Calendar_Extension_WebContent object. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves a DOMElement which corresponds to this element and all child properties. | |
getURL () | |
Get the value for this element's URL attribute. | |
setURL ($value) | |
Set the value for this element's URL attribute. | |
getHeight () | |
Get the value for this element's height attribute. | |
setHeight ($value) | |
Set the value for this element's height attribute. | |
getWidth () | |
Get the value for this element's height attribute. | |
setWidth ($value) | |
Set the value for this element's height attribute. | |
Protected Member Functions | |
takeAttributeFromDOM ($attribute) | |
Given a DOMNode representing an attribute, tries to map the data into instance members. | |
Protected Attributes | |
$_rootNamespace = 'gCal' | |
$_rootElement = 'webContent' | |
$_url = null | |
$_height = null | |
$_width = null | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $url = null , |
|
$height = null , |
|||
$width = null |
|||
) |
Constructs a new Zend_Gdata_Calendar_Extension_WebContent object.
string | $url | (optional) The value for this element's URL attribute. |
string | $height | (optional) The value for this element's height attribute. |
string | $width | (optional) The value for this element's width attribute. |
getDOM | ( | $doc = null , |
|
$majorVersion = 1 , |
|||
$minorVersion = null |
|||
) |
Retrieves a DOMElement which corresponds to this element and all child properties.
This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
DOMDocument | $doc | The DOMDocument used to construct DOMElements |
getHeight | ( | ) |
Get the value for this element's height attribute.
getURL | ( | ) |
Get the value for this element's URL attribute.
getWidth | ( | ) |
Get the value for this element's height attribute.
setHeight | ( | $value | ) |
Set the value for this element's height attribute.
int | $value | The desired value for this attribute. |
setURL | ( | $value | ) |
Set the value for this element's URL attribute.
bool | $value | The desired value for this attribute. |
setWidth | ( | $value | ) |
Set the value for this element's height attribute.
int | $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 |
|
protected |