\marketplace\ebaySession

Summary

Methods
Properties
Constants
__construct()
setUserToken()
getRuName()
getDevID()
getAppID()
getCertID()
getSiteID()
getUserToken()
getServerUrl()
sendHttpRequest()
buildEbayHeaders()
$userMode
$actionMode
$apiVersion
$serverUrl
$projectId
$configurationGroups
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$userMode

$userMode : 

Type

$actionMode

$actionMode : 

Type

$apiVersion

$apiVersion : 

Type

$serverUrl

$serverUrl : 

Type

$projectId

$projectId : 

Type

$configurationGroups

$configurationGroups : 

Type

Methods

__construct()

__construct(  $accountId = '',   $mode = 'nope') 

Parameters

$accountId
$mode

setUserToken()

setUserToken(  $token) 

Parameters

$token

getRuName()

getRuName() 

getDevID()

getDevID() 

getAppID()

getAppID() 

getCertID()

getCertID() 

getSiteID()

getSiteID() 

getUserToken()

getUserToken() 

getServerUrl()

getServerUrl() 

sendHttpRequest()

sendHttpRequest(  $requestBody) 

sendHttpRequest Sends a HTTP request to the server for this session Input: $requestBody Output: The HTTP Response as a String

Parameters

$requestBody

buildEbayHeaders()

buildEbayHeaders() 

buildEbayHeaders Generates an array of string to be used as the headers for the HTTP request to eBay Output: String Array of Headers applicable for this call