|
Moodle
2.2.1
http://www.collinsharper.com
|

Definition at line 46 of file ClientAbstract.php.
| __construct | ( | array $ | options = array() | ) |
constructor
| array | $options | Associative array of options |
Definition at line 134 of file ClientAbstract.php.

| static _buildConstArray | ( | ) | [static, protected] |
helper method to create const arrays
Definition at line 357 of file ClientAbstract.php.

| static checkEnvironment | ( | $ | environment | ) | [static] |
checks if the given environemnt is valid otherwise it
| Zend_Service_DeveloperGarden_Client_Exception |
| int | $environment |
| Zend_Service_DeveloperGarden_Client_Exception |
Definition at line 421 of file ClientAbstract.php.

| static checkParticipantAction | ( | $ | action | ) | [static] |
checks if the given action is valid otherwise it
| Zend_Service_DeveloperGarden_Exception |
| int | $action |
| Zend_Service_DeveloperGarden_Client_Exception |
Definition at line 390 of file ClientAbstract.php.

| getClientOptions | ( | ) |
returns an array with configured options for this client
Definition at line 328 of file ClientAbstract.php.


| getCredential | ( | ) |
returns the internal credential object
Definition at line 348 of file ClientAbstract.php.
| getEnvironment | ( | ) |
returns the current configured environemnt
Definition at line 258 of file ClientAbstract.php.

| static getEnvironments | ( | ) | [static] |
returns an array of all available environments
Definition at line 405 of file ClientAbstract.php.

| getOption | ( | $ | name | ) |
get an option value from the internal options object
| string | $name |
Definition at line 197 of file ClientAbstract.php.
| static getParticipantActions | ( | ) | [static] |
returns an array of all available environments
Definition at line 374 of file ClientAbstract.php.

| getSoapClient | ( | ) | [final] |
returns the internal soap client if not allready exists we create an instance of Zend_Soap_Client
init the soapClient
Definition at line 215 of file ClientAbstract.php.


| getWsdl | ( | ) |
returns the wsdl file path, a uri or the local path
Definition at line 268 of file ClientAbstract.php.

| setEnvironment | ( | $ | environment | ) |
sets new environment
| int | $environment |
Definition at line 246 of file ClientAbstract.php.


| setLocalWsdl | ( | $ | wsdlFile = null | ) |
sets a new local wsdl file
| string | $wsdlFile |
Definition at line 313 of file ClientAbstract.php.
| setOption | ( | $ | name, |
| $ | value | ||
| ) |
Set an option
| string | $name | |
| mixed | $value |
| Zend_Service_DeveloperGarden_Client_Exception |
Definition at line 177 of file ClientAbstract.php.
| setUseLocalWsdl | ( | $ | use = true | ) |
switch to the local wsdl file usage
| boolen | $use |
Definition at line 285 of file ClientAbstract.php.
| setWsdl | ( | $ | wsdlFile = null | ) |
$_classMap = array() [protected] |
Reimplemented in Zend_Service_DeveloperGarden_ConferenceCall, Zend_Service_DeveloperGarden_SmsValidation, Zend_Service_DeveloperGarden_VoiceCall, Zend_Service_DeveloperGarden_BaseUserService, Zend_Service_DeveloperGarden_IpLocation, Zend_Service_DeveloperGarden_SendSms, Zend_Service_DeveloperGarden_LocalSearch, and Zend_Service_DeveloperGarden_SecurityTokenServer.
Definition at line 127 of file ClientAbstract.php.
$_consts = null [static, protected] |
Definition at line 64 of file ClientAbstract.php.
$_credential = null [protected] |
Definition at line 113 of file ClientAbstract.php.
$_options = array() [protected] |
Definition at line 71 of file ClientAbstract.php.
$_serviceAuthId = 'https://odg.t-online.de' [protected] |
Definition at line 78 of file ClientAbstract.php.
$_serviceEnvironment = Zend_Service_DeveloperGarden_Client_ClientAbstract::ENV_PRODUCTION [protected] |
Definition at line 85 of file ClientAbstract.php.
$_soapClient = null [protected] |
Definition at line 120 of file ClientAbstract.php.
$_useLocalWsdl = true [protected] |
Definition at line 106 of file ClientAbstract.php.
$_wsdlFile = null [protected] |
Reimplemented in Zend_Service_DeveloperGarden_ConferenceCall, Zend_Service_DeveloperGarden_SmsValidation, Zend_Service_DeveloperGarden_VoiceCall, Zend_Service_DeveloperGarden_IpLocation, Zend_Service_DeveloperGarden_BaseUserService, Zend_Service_DeveloperGarden_LocalSearch, Zend_Service_DeveloperGarden_SendSms, and Zend_Service_DeveloperGarden_SecurityTokenServer.
Definition at line 92 of file ClientAbstract.php.
$_wsdlFileLocal = null [protected] |
Reimplemented in Zend_Service_DeveloperGarden_ConferenceCall, Zend_Service_DeveloperGarden_SmsValidation, Zend_Service_DeveloperGarden_VoiceCall, Zend_Service_DeveloperGarden_IpLocation, Zend_Service_DeveloperGarden_BaseUserService, Zend_Service_DeveloperGarden_LocalSearch, Zend_Service_DeveloperGarden_SendSms, and Zend_Service_DeveloperGarden_SecurityTokenServer.
Definition at line 99 of file ClientAbstract.php.
| const ENV_MOCK = 3 |
Definition at line 53 of file ClientAbstract.php.
| const ENV_PRODUCTION = 1 |
constants for using with the odg api
Definition at line 51 of file ClientAbstract.php.
| const ENV_SANDBOX = 2 |
Definition at line 52 of file ClientAbstract.php.
| const PARTICIPANT_MUTE_OFF = 0 |
Definition at line 55 of file ClientAbstract.php.
| const PARTICIPANT_MUTE_ON = 1 |
Definition at line 56 of file ClientAbstract.php.
| const PARTICIPANT_RECALL = 2 |
Definition at line 57 of file ClientAbstract.php.