PHP Class RakutenRws_Api_Base

Inheritance: implements RakutenRws_Api_ApiInterface
Mostrar archivo Open project: rakuten-ws/rws-php-sdk Class Usage Examples

Protected Properties

Property Type Description
$autoSetIterator
$client
$options
$version
$versionMap

Public Methods

Method Description
__construct ( RakutenRws_Client $client, $options = [] )
getAvailableVersions ( )
getLatestVersion ( )
getOperationName ( )
getVersion ( )
setVersion ( $version )

Method Details

__construct() public method

public __construct ( RakutenRws_Client $client, $options = [] )
$client RakutenRws_Client

getAvailableVersions() public method

getLatestVersion() public method

public getLatestVersion ( )

getOperationName() public method

public getOperationName ( )

getVersion() public method

public getVersion ( )

setVersion() public method

public setVersion ( $version )

Property Details

$autoSetIterator protected_oe property

protected $autoSetIterator

$client protected_oe property

protected $client

$options protected_oe property

protected $options

$version protected_oe property

protected $version

$versionMap protected_oe property

protected $versionMap