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.

\Zend_Service_Ebay_Finding_PaginationOutput
$paginationOutput= ''
Indicates the pagination of the result set.
Child elements indicate the page number that is returned, the maximum number of item listings to return per page, total number of pages that can be returned, and the total number of listings that match the search criteria.

__construct(
\DOMElement $dom
)
:
void
Name | Type | Description |
---|---|---|
$dom | \DOMElement |

_init(
)
:
void
Initialize object.
Post construct logic, classes must read their members here. Called from {@link __construct()} as final step of object initialization.

_initXPath(
)
:
void
Load DOMXPath for current DOM object.
Inherited from: \Zend_Service_Ebay_Finding_Abstract::_initXPath()
_query(
string $path, string $type, string $array
=
false
)
:
mixed
Name | Type | Description |
---|---|---|
$path | string | |
$type | string | |
$array | string | When true means it expects more than one node occurence |
Type | Description |
---|---|
mixed |

attributes(
string $tag, string $attribute
=
null
)
:
mixed
Name | Type | Description |
---|---|---|
$tag | string | |
$attribute | string |
Type | Description |
---|---|
mixed |

getDom(
)
:
\DOMElement
Type | Description |
---|---|
\DOMElement |

getOperation(
)
:
string
Type | Description |
---|---|
string |

getOption(
string $name
=
null
)
:
mixed
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |

getXPath(
)
:
\DOMXPath
Type | Description |
---|---|
\DOMXPath |

page(
\Zend_Service_Ebay_Finding $proxy, integer $number
)
:
\Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding | |
$number | integer |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |
Exception | Description |
---|---|
\Zend_Service_Ebay_Finding_Exception | When $number is invalid |

pageFirst(
\Zend_Service_Ebay_Finding $proxy
)
:
\Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |

pageLast(
\Zend_Service_Ebay_Finding $proxy, integer $max
=
self
)
:
\Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding | |
$max | integer |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |

pageNext(
\Zend_Service_Ebay_Finding $proxy, integer $max
=
self
)
:
\Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding | |
$max | integer |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |

pagePrevious(
\Zend_Service_Ebay_Finding $proxy
)
:
\Zend_Service_Ebay_Finding_Response_Items
Name | Type | Description |
---|---|---|
$proxy | \Zend_Service_Ebay_Finding |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Items |

setOperation(
string $operation
)
:
\Zend_Service_Ebay_Finding_Response_Abstract
Name | Type | Description |
---|---|---|
$operation | string |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Abstract | Provides a fluent interface |

setOption(
string|\Zend_Config|array $name, mixed $value
=
null
)
:
\Zend_Service_Ebay_Finding_Response_Abstract
Name | Type | Description |
---|---|---|
$name | string|\Zend_Config|array | |
$value | mixed |
Type | Description |
---|---|
\Zend_Service_Ebay_Finding_Response_Abstract | Provides a fluent interface |