|
|
@@ -44,27 +44,8 @@ class MySoapClient extends SoapClient
|
|
|
*/
|
|
|
public function __soapCall($function_name, array $arguments, array $options = null, $input_headers = null, array &$output_headers = null)
|
|
|
{
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'zimbraEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $function_name,
|
|
|
- "Debug10",
|
|
|
- parent
|
|
|
- );
|
|
|
-
|
|
|
//todo logg
|
|
|
- $result = parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers);
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'zimbraEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $function_name,
|
|
|
- "Debug11",
|
|
|
- $result
|
|
|
- );
|
|
|
-
|
|
|
- return $result;
|
|
|
+ return parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers); // TODO: Change the autogenerated stub
|
|
|
}
|
|
|
|
|
|
|