[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 122 lines (3 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 1 file include/Zend/Gdata/Extension.php |
Zend_Gdata_Analytics_Extension_Property:: (7 methods):
__construct()
takeAttributeFromDOM()
getValue()
setValue()
setName()
getName()
__toString()
Class: Zend_Gdata_Analytics_Extension_Property - X-Ref
__construct($value = null, $name = null) X-Ref |
Constructs a new Zend_Gdata_Calendar_Extension_Timezone object. param: string $value (optional) The text content of the element. |
takeAttributeFromDOM($attribute) X-Ref |
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. param: DOMNode $attribute The DOMNode attribute needed to be handled |
getValue() X-Ref |
Get the value for this element's value attribute. return: string The value associated with this attribute. |
setValue($value) X-Ref |
Set the value for this element's value attribute. param: string $value The desired value for this attribute. return: Zend_Gdata_Analytics_Extension_Property The element being modified. |
setName($name) X-Ref |
param: string $name return: Zend_Gdata_Analytics_Extension_Property |
getName() X-Ref |
return: string |
__toString() X-Ref |
Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0 |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |