jLogSoapMessage
extends jLogMessage
in package
class that handles a dump of a php value, for a logger.
Tags
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
Tags
$duration
protected
int
$duration
Tags
$functionName
protected
string
$functionName
Tags
$headers
protected
string
$headers
Tags
$message
protected
string
$message
the message
Tags
$request
protected
string
$request
Tags
$response
protected
string
$response
Tags
Methods
__construct()
jLogSoapMessage constructor.
public
__construct( $function_name, SoapClient $soapClient[, string $category = 'default' ], int $duration) : mixed
Parameters
Tags
Return values
mixed —getCategory()
return the category of the message.
public
getCategory() : string
Tags
Return values
string —category name
getDuration()
public
getDuration() : int
Tags
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
Tags
Return values
string —the message
getFunctionName()
public
getFunctionName() : string
Tags
Return values
string —soap fonction name
getHeaders()
public
getHeaders() : string
Tags
Return values
string —http header of the request
getMessage()
public
getMessage() : string
Tags
Return values
string —the message
getRequest()
public
getRequest() : string
Tags
Return values
string —xml content of the request
getResponse()
public
getResponse() : string
Tags
Return values
string —xml content of the response