Source for file Bid.php
Documentation is available at Bid.php
* @author Carsten Lucke <luckec@php.net>
* @var Services_Ebay_Model_User the bidding user
* @param array $props properties
* @param Services_Ebay_Session $session session
* @param integer $DetailLevel detail-level
public function __construct($props, $session = null , $DetailLevel = 0 ) {
* Returns the user model with abbreviated user-information.
* To fetch all information use the model's Get() method.
* $user = $bid->getBidder();
* // fetch the user's details from eBay
* @return Services_Ebay_Model_User the user
Documentation generated on Mon, 11 Mar 2019 15:49:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|