Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
The Gdata flavor of an Atom Feed
string $_entryClassName = 'Zend_Gdata_Entry'
The classname for individual feed elements.
Zend_Gdata_Extension_OpenSearchItemsPerPage|null $_itemsPerPage = 'null'
The openSearch:itemsPerPage element
Zend_Gdata_Extension_OpenSearchStartIndex|null $_startIndex = 'null'
The openSearch:startIndex element
Zend_Gdata_Extension_OpenSearchTotalResults|null $_totalResults = 'null'
The openSearch:totalResults element
__construct(
$element
=
null
)
:
getDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
getItemsPerPage(
)
:
Zend_Gdata_Extension_OpenSearchItemsPerPage|null
Get the value of the itemsPerPage property.
getStartIndex(
)
:
Zend_Gdata_Extension_OpenSearchStartIndex|null
Get the value of the startIndex property.
getTotalResults(
)
:
Zend_Gdata_Extension_OpenSearchTotalResults|null
Get the value of the totalResults property.
setItemsPerPage(
Zend_Gdata_Extension_OpenSearchItemsPerPage|null $value
)
:
Zend_Gdata_Feed
Set the itemsPerPage property.
setStartIndex(
Zend_Gdata_Extension_OpenSearchStartIndex|null $value
)
:
Zend_Gdata_Feed
Set the start index property for feed paging.
setTotalResults(
Zend_Gdata_Extension_OpenSearchTotalResults|null $value
)
:
Zend_Gdata_Feed
Set the value of the totalResults property.
takeAttributeFromDOM(
DOMNode $attribute
)
:
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.
takeChildFromDOM(
DOMNode $child
)
:
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.