Source for file MyeBay.php
Documentation is available at MyeBay.php
* @author Stephan Schmidt <schst@php.net>
* @todo implement some helper methods to work with the lists
private $lists = array ();
* @param array properties
* @param object Services_Ebay_Session
foreach ($props as $list => $data) {
* get the iterator for the items in the list
$iterator = new ArrayObject ($this->lists);
Documentation generated on Mon, 11 Mar 2019 15:49:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|