Source for file GeteBayDetails.php
Documentation is available at GeteBayDetails.php
* Get Details about an eBay site
* $Id: GeteBayDetails.php,v 1.1 2004/10/28 17:14:53 schst Exp $
* @author Stephan Schmidt <schst@php.net>
protected $verb = 'GeteBayDetails';
* options that will be passed to the serializer
'defaultTagName' => 'Detail'
* @param array details you want to retrieve
$this->args['Details'] = array ();
foreach ($args as $detail) {
* @param object Services_Ebay_Session
public function call(Services_Ebay_Session $session)
$return = parent ::call($session);
if (!isset ($return['Details']['Detail'][0 ])) {
$return['Details']['Detail'] = array ($return['Details']['Detail']);
return $return['Details']['Detail'];
Documentation generated on Mon, 11 Mar 2019 13:58:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|