Zend Framework
1.12
|
Public Member Functions | |
__construct (array $options=array()) | |
constructor | |
setOption ($name, $value) | |
Set an option. | |
getOption ($name) | |
get an option value from the internal options object | |
getSoapClient () | |
returns the internal soap client if not allready exists we create an instance of Zend_Soap_Client | |
setEnvironment ($environment) | |
sets new environment | |
getEnvironment () | |
returns the current configured environemnt | |
getWsdl () | |
returns the wsdl file path, a uri or the local path | |
setUseLocalWsdl ($use=true) | |
switch to the local wsdl file usage | |
setWsdl ($wsdlFile=null) | |
sets a new wsdl file | |
setLocalWsdl ($wsdlFile=null) | |
sets a new local wsdl file | |
getClientOptions () | |
returns an array with configured options for this client | |
getCredential () | |
returns the internal credential object | |
Static Public Member Functions | |
static | getParticipantActions () |
returns an array of all available environments | |
static | checkParticipantAction ($action) |
checks if the given action is valid otherwise it | |
static | getEnvironments () |
returns an array of all available environments | |
static | checkEnvironment ($environment) |
checks if the given environemnt is valid otherwise it | |
Public Attributes | |
const | ENV_PRODUCTION = 1 |
constants for using with the odg api | |
const | ENV_SANDBOX = 2 |
const | ENV_MOCK = 3 |
const | PARTICIPANT_MUTE_OFF = 0 |
const | PARTICIPANT_MUTE_ON = 1 |
const | PARTICIPANT_RECALL = 2 |
Static Protected Member Functions | |
static | _buildConstArray () |
helper method to create const arrays | |
Protected Attributes | |
$_options = array() | |
$_serviceAuthId = 'https://odg.t-online.de' | |
$_serviceEnvironment = Zend_Service_DeveloperGarden_Client_ClientAbstract::ENV_PRODUCTION | |
$_wsdlFile = null | |
$_wsdlFileLocal = null | |
$_useLocalWsdl = true | |
$_credential = null | |
$_soapClient = null | |
$_classMap = array() | |
Static Protected Attributes | |
static | $_consts = null |
__construct | ( | array | $options = array() | ) |
constructor
array | $options | Associative array of options |
|
staticprotected |
helper method to create const arrays
|
static |
checks if the given environemnt is valid otherwise it
int | $environment |
|
static |
checks if the given action is valid otherwise it
Zend_Service_DeveloperGarden_Exception |
int | $action |
getClientOptions | ( | ) |
returns an array with configured options for this client
getCredential | ( | ) |
returns the internal credential object
getEnvironment | ( | ) |
returns the current configured environemnt
|
static |
returns an array of all available environments
getOption | ( | $name | ) |
get an option value from the internal options object
string | $name |
|
static |
returns an array of all available environments
|
final |
returns the internal soap client if not allready exists we create an instance of Zend_Soap_Client
init the soapClient
getWsdl | ( | ) |
returns the wsdl file path, a uri or the local path
setEnvironment | ( | $environment | ) |
sets new environment
int | $environment |
setLocalWsdl | ( | $wsdlFile = null | ) |
sets a new local wsdl file
string | $wsdlFile |
setOption | ( | $name, | |
$value | |||
) |
Set an option.
string | $name | |
mixed | $value |
setUseLocalWsdl | ( | $use = true | ) |
switch to the local wsdl file usage
boolen | $use |
setWsdl | ( | $wsdlFile = null | ) |
sets a new wsdl file
string | $wsdlFile |
|
protected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const ENV_MOCK = 3 |
const ENV_PRODUCTION = 1 |
constants for using with the odg api
const ENV_SANDBOX = 2 |
const PARTICIPANT_MUTE_OFF = 0 |
const PARTICIPANT_MUTE_ON = 1 |
const PARTICIPANT_RECALL = 2 |