Source for file GetCategory2CS.php
Documentation is available at GetCategory2CS.php
* $Id: GetCategory2CS.php,v 1.1 2005/01/04 20:10:18 schst Exp $
* @author Stephan Schmidt <schst@php.net>
* @link http://developer.ebay.com/DevZone/docs/API_Doc/Functions/GetCategory2CS/GetCategory2CSLogic.htm
* @todo finish this API call
* @todo build a model for this
protected $verb = 'GetCategory2CS';
* parameter map that is used, when scalar parameters are passed
'keyAttribute' => array ('Category' => 'id')
* @param object Services_Ebay_Session
public function call(Services_Ebay_Session $session)
$return = parent ::call($session);
return $return['Category2CS'];
Documentation generated on Mon, 11 Mar 2019 14:19:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|