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['ItemArray'])) {
if (!isset ($props['ItemArray']['Item'][0 ])) {
$props['ItemArray']['Item'] = array ($props['ItemArray']['Item']);
foreach ($props['ItemArray']['Item'] as $item) {
unset ($props['ItemArray']);
* get the iterator for the items in the list
$iterator = new ArrayObject ($this->items);
Documentation generated on Mon, 11 Mar 2019 15:49:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|