| [ 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: | 251 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Gdata_Feed:: (10 methods):
__construct()
getDOM()
takeChildFromDOM()
takeAttributeFromDOM()
setTotalResults()
getTotalResults()
setStartIndex()
getStartIndex()
setItemsPerPage()
getItemsPerPage()
Class: Zend_Gdata_Feed - X-Ref
The Gdata flavor of an Atom Feed| __construct($element = null) X-Ref |
| The openSearch:itemsPerPage element |
| getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
| No description |
| takeChildFromDOM($child) X-Ref |
| Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data. param: DOMNode $child The DOMNode to process |
| 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 |
| setTotalResults($value) X-Ref |
| Set the value of the totalResults property. param: Zend_Gdata_Extension_OpenSearchTotalResults|null $value The return: Zend_Gdata_Feed Provides a fluent interface. |
| getTotalResults() X-Ref |
| Get the value of the totalResults property. return: Zend_Gdata_Extension_OpenSearchTotalResults|null The value of |
| setStartIndex($value) X-Ref |
| Set the start index property for feed paging. param: Zend_Gdata_Extension_OpenSearchStartIndex|null $value The value return: Zend_Gdata_Feed Provides a fluent interface. |
| getStartIndex() X-Ref |
| Get the value of the startIndex property. return: Zend_Gdata_Extension_OpenSearchStartIndex|null The value of the |
| setItemsPerPage($value) X-Ref |
| Set the itemsPerPage property. param: Zend_Gdata_Extension_OpenSearchItemsPerPage|null $value The return: Zend_Gdata_Feed Provides a fluent interface. |
| getItemsPerPage() X-Ref |
| Get the value of the itemsPerPage property. return: Zend_Gdata_Extension_OpenSearchItemsPerPage|null The value of |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |