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_Entry'
Details
\Zend_Gdata_Extension_OpenSearchItemsPerPage|null
$_itemsPerPage= 'null'
The openSearch:itemsPerPage element

\Zend_Gdata_Extension_OpenSearchStartIndex|null
$_startIndex= 'null'
The openSearch:startIndex element

getDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
void
Name | Type | Description |
---|---|---|
$doc | ||
$majorVersion | ||
$minorVersion |

getItemsPerPage(
)
:
\Zend_Gdata_Extension_OpenSearchItemsPerPage|null
Get the value of the itemsPerPage property.
Type | Description |
---|---|
\Zend_Gdata_Extension_OpenSearchItemsPerPage|null | The value of the itemsPerPage property, or null if unset. |

getStartIndex(
)
:
\Zend_Gdata_Extension_OpenSearchStartIndex|null
Get the value of the startIndex property.
Type | Description |
---|---|
\Zend_Gdata_Extension_OpenSearchStartIndex|null | The value of the startIndex property, or null if unset. |

getTotalResults(
)
:
\Zend_Gdata_Extension_OpenSearchTotalResults|null
Get the value of the totalResults property.
Type | Description |
---|---|
\Zend_Gdata_Extension_OpenSearchTotalResults|null | The value of the totalResults property, or null if unset. |

setItemsPerPage(
\Zend_Gdata_Extension_OpenSearchItemsPerPage|null $value
)
:
\Zend_Gdata_Feed
Set the itemsPerPage property.
Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_Extension_OpenSearchItemsPerPage|null | The value for the itemsPerPage property. Use nul to unset. |
Type | Description |
---|---|
\Zend_Gdata_Feed | Provides a fluent interface. |

setStartIndex(
\Zend_Gdata_Extension_OpenSearchStartIndex|null $value
)
:
\Zend_Gdata_Feed
Set the start index property for feed paging.
Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_Extension_OpenSearchStartIndex|null | The value for the startIndex property. Use null to unset. |
Type | Description |
---|---|
\Zend_Gdata_Feed | Provides a fluent interface. |

setTotalResults(
\Zend_Gdata_Extension_OpenSearchTotalResults|null $value
)
:
\Zend_Gdata_Feed
Set the value of the totalResults property.
Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_Extension_OpenSearchTotalResults|null | The value of the totalResults property. Use null to unset. |
Type | Description |
---|---|
\Zend_Gdata_Feed | Provides a fluent interface. |

takeAttributeFromDOM(
\DOMNode $attribute
)
:
void
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.
Name | Type | Description |
---|---|---|
$attribute | \DOMNode | The DOMNode attribute needed to be handled |