Logger
in package
Table of Contents
- $path : mixed
- __construct() : mixed
- logSoapCall() : mixed
- Log the last soap call as request and response XML files.
Properties
$path
private
mixed
$path
Methods
__construct()
public
__construct([mixed $path = null ]) : mixed
Parameters
- $path : mixed = null
Return values
mixed —logSoapCall()
Log the last soap call as request and response XML files.
public
logSoapCall(SoapClient $client, string $operation) : mixed
Parameters
- $client : SoapClient
- $operation : string