[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/Zend/Gdata/ -> Feed.php (summary)

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: Feed.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 251 lines (8 kb)
Included or required: 35 times
Referenced: 0 times
Includes or requires: 7 files
 include/Zend/Gdata/App/IOException.php
 include/Zend/Gdata/Extension/OpenSearchTotalResults.php
 include/Zend/Gdata/Entry.php
 include/Zend/Gdata/App/Feed.php
 include/Zend/Gdata/Extension/OpenSearchStartIndex.php
 include/Zend/Gdata/Extension/OpenSearchItemsPerPage.php
 include/Zend/Gdata.php

Defines 1 class

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:08:37 2014 Cross-referenced by PHPXref 0.7.1