Services_Ebay
[ class tree: Services_Ebay ] [ index: Services_Ebay ] [ all elements ]

Class: Services_Ebay_Call_AddItem

Source Location: /Services_Ebay-0.7.0/Ebay/Call/AddItem.php

Class Overview

Services_Ebay_Call
   |
   --Services_Ebay_Call_AddItem

Add an item to Ebay


Author(s):

Variables

Methods


Child classes:

Services_Ebay_Call_VerifyAddItem
Verify an item before adding it

Inherited Variables

Inherited Methods

Class: Services_Ebay_Call

Services_Ebay_Call::__construct()
constructor
Services_Ebay_Call::call()
make the API call
Services_Ebay_Call::describeCall()
describe the call
Services_Ebay_Call::setArgs()
set arguments for the API call
Services_Ebay_Call::setDetailLevel()
set the detail level for this call

Class Details

[line 10]
Add an item to Ebay

$Id: AddItem.php,v 1.4 2004/11/16 19:34:05 schst Exp $



[ Top ]


Class Variables

$args = array(
                            'CheckoutDetailsSpecified' => 0,
                            'Country'                  => 'us',
                            'Currency'                 => '1',
                            'Duration'                 => '7',
                            'MinimumBid'               => '1.0',
                            'Quantity'                 => '1',
                            'Region'                   => '0',
                            'Version'                  => '2'
                            )

[line 40]

default parameters that will be used when adding an item
  • Access: protected

Type:   array
Overrides:   Array


[ Top ]

$item =

[line 56]

item that should be added
  • Access: protected



[ Top ]

$paramMap = array()

[line 24]

parameter map that is used, when scalar parameters are passed
  • Access: protected

Type:   array
Overrides:   Array


[ Top ]

$serializerOptions = array(
                                            'mode' => 'simplexml'
                                        )

[line 31]

options that will be passed to the serializer
  • Access: protected

Type:   array
Overrides:   Array


[ Top ]

$verb =  'AddItem'

[line 17]

verb of the API call
  • Access: protected

Type:   string
Overrides:   Array


[ Top ]



Method Detail

__construct (Constructor)   [line 63]

Services_Ebay_Call_AddItem __construct( array $args)

constructor
  • Access: public

Overrides Services_Ebay_Call::__construct() (constructor)

Parameters:

array   $args   — 

[ Top ]

call   [line 94]

string call( Services_Ebay_Session $session)

make the API call
  • Access: public

Overridden in child classes as:

Services_Ebay_Call_VerifyAddItem::call()
make the API call

Overrides Services_Ebay_Call::call() (make the API call)

Parameters:

object Services_Ebay_Session   $session   — 

[ Top ]

setItem   [line 80]

boolean setItem( Services_Ebay_Model_Item $item)

set the item that should be added
  • Access: public

Parameters:

Services_Ebay_Model_Item   $item   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:58:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.