Gets the authenticaiton value for the $authVar supplied. If the $authVar is set, it is is used. Otherwirse, the supplied $authenticationIni is queired for the variable. If none is found NULL is returned.
Tags:
return:
the authentication variable value
access:
protected
Parameters:
string
$authVar
the default value for the authenticaiton variable
string
$authVarName
the name of the authencation variable
array
$authIni
the array of authentication variables from an INI file
Loads the settings for this client library. If the settings INI file located at $settingsIniPath cannot be loaded, then the parameters passed into this method are used.
Tags:
access:
public
Parameters:
string
$settingsIniPath
the path to the settings INI file
string
$defaultVersion
the default version if the settings INI file cannot be loaded
string
$defaultServer
the default server if the settings INI file cannot be loaded
string
$defaultLogsDir
the default logs directory if the settings INI file cannot be loaded
Initiates the default logging behavior of logging all HTTP headers and SOAP XML to the soap_xml.log file and all request information to the request_info.log file under the logs directory.