jLogSoapMessage
extends jLogMessage
in package
class that handles a dump of a php value, for a logger
Table of Contents
- $category : string
- $duration : int
- $functionName : string
- $headers : string
- $message : string
- $request : string
- $response : string
- __construct() : mixed
- jLogSoapMessage constructor.
- getCategory() : string
- return the category of the message
- getDuration() : int
- getFormatedMessage() : string
- return the full message, formated for simple text output (it can contain informations other than the message itself)
- getFunctionName() : string
- getHeaders() : string
- getMessage() : string
- getRequest() : string
- getResponse() : string
Properties
$category
protected
string
$category
the category of the message
$duration
protected
int
$duration
$functionName
protected
string
$functionName
$headers
protected
string
$headers
$message
protected
string
$message
the message
$request
protected
string
$request
$response
protected
string
$response
Methods
__construct()
jLogSoapMessage constructor.
public
__construct( $function_name, SoapClient $soapClient[, string $category = 'default' ], int $duration) : mixed
Parameters
Return values
mixed —getCategory()
return the category of the message
public
getCategory() : string
Return values
string —category name
getDuration()
public
getDuration() : int
Return values
int —the duration of the soap call
getFormatedMessage()
return the full message, formated for simple text output (it can contain informations other than the message itself)
public
getFormatedMessage() : string
Return values
string —the message
getFunctionName()
public
getFunctionName() : string
Return values
string —soap fonction name
getHeaders()
public
getHeaders() : string
Return values
string —http header of the request
getMessage()
public
getMessage() : string
Return values
string —the message
getRequest()
public
getRequest() : string
Return values
string —xml content of the request
getResponse()
public
getResponse() : string
Return values
string —xml content of the response