| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 115 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Gdata_Gbase_Extension_BaseAttribute:: (5 methods):
__construct()
getName()
getType()
setName()
setType()
Class: Zend_Gdata_Gbase_Extension_BaseAttribute - X-Ref
Concrete class for working with ItemType elements.| __construct($name = null, $text = null, $type = null) X-Ref |
| Create a new instance. param: string $name (optional) The name of the Base attribute param: string $text (optional) The text value of the Base attribute param: string $text (optional) The type of the Base attribute |
| getName() X-Ref |
| Get the name of the attribute return: attribute name The requested object. |
| getType() X-Ref |
| Get the type of the attribute return: attribute type The requested object. |
| setName($name) X-Ref |
| Set the 'name' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]> param: Zend_Gdata_App_Extension_Element $attribute The attribute object param: string $name The name of the Base attribute return: Zend_Gdata_Extension_ItemEntry Provides a fluent interface |
| setType($type) X-Ref |
| Set the 'type' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]> param: Zend_Gdata_App_Extension_Element $attribute The attribute object param: string $type The type of the Base attribute return: Zend_Gdata_Extension_ItemEntry Provides a fluent interface |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |