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

Class: Services_Ebay_Session

Source Location: /Services_Ebay-0.7.0/Ebay/Session.php

Class Overview


Services/Ebay/Session.php


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 29]
Services/Ebay/Session.php

manages IDs, authentication, serialization, etc.



[ Top ]


Method Detail

sendRequest   [line 277]

array sendRequest( string $verb, [array $params = array()], [mixed $authType = Services_Ebay::AUTH_TYPE_TOKEN])

send a request

This method is used by the API methods. You may call it directly to access any eBay function that is not yet implemented.

  • Return: response
  • Todo: add real error handling
  • Access: public

Parameters:

string   $verb     function to call
array   $params     associative array containing all parameters for the function call

[ Top ]

setAuthenticationData   [line 193]

void setAuthenticationData( string $username, [mixed $password = null])

set the authentication username and password

Parameters:

string   $username     

[ Top ]

setDetailLevel   [line 214]

void setDetailLevel( integer $level)

set the detail level

Parameters:

integer   $level     

[ Top ]

setSerializerOptions   [line 349]

void setSerializerOptions( [array $opts = array()])

set additional options for the serializer

Parameters:

array   $opts     

[ Top ]

setToken   [line 183]

void setToken( string $token)

set the authentication token

Parameters:

string   $token     

[ Top ]

setUrl   [line 204]

void setUrl( string 0)

set the API URL

Parameters:

string   0     

[ Top ]


Documentation generated on Mon, 11 Apr 2005 14:35:21 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.