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

Class: Services_Ebay

Source Location: /Services_Ebay-0.7.0/Ebay.php

Class Overview


Services/Ebay.php


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 79]
Services/Ebay.php

package to access the eBay API



[ Top ]


Method Detail

getSession   [line 251]

object Services_Ebay_Session getSession( string $devId, string $appId, string $certId)

Factory method to create a new session
  • Access: public

Parameters:

string   $devId   —  developer id
string   $appId   —  application id
string   $certId   —  certificate id

[ Top ]

loadAPICall   [line 291]

void loadAPICall( string $method, [array $args = null])

load a method call
  • Access: public

Parameters:

string   $method   —  name of the method
array   $args   —  arguments

[ Top ]

loadModel   [line 313]

void loadModel( string $type, [array $properties = null], [ $session = null])

load a model
  • Access: public

Parameters:

string   $type   —  type of the model
array   $properties   —  properties
   $session   — 

[ Top ]

setDetailLevel   [line 280]

void setDetailLevel( integer $level)

set the detail level for all subsequent calls
  • Access: public

Parameters:

integer   $level   — 

[ Top ]

__construct (Constructor)   [line 238]

Services_Ebay __construct( Services_Ebay_Session $session)

create Services Ebay helper class
  • Access: public

Parameters:

object Services_Ebay_Session   $session   — 

[ Top ]

__call   [line 264]

void __call( string $method, array $args)

make an API call
  • Access: public

Parameters:

string   $method   —  method to call
array   $args   —  arguments of the call

[ Top ]


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