Source for file ItemList.php
Documentation is available at ItemList.php
* @author Stephan Schmidt <schst@php.net>
private $items = array ();
* @param array properties
* @param object Services_Ebay_Session
if (isset ($props['Item'])) {
if (!isset ($props['Item'][0 ])) {
$props['Item'] = array ($props['Item']);
foreach ($props['Item'] as $item) {
* get the iterator for the items in the list
$iterator = new ArrayObject ($this->items);
Documentation generated on Mon, 11 Mar 2019 13:58:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|