QuerierError Class Reference

The class managing creation of error messages. More...

Public Member Functions

 __construct ($id, $level, $webservice, $name, $description, $debugInfo)
 Constructor.
 __destruct ()

Data Fields

 $id = 0
 ID of the error.
 $level = 0
 Level of the error.
 $webservice = ""
 URI of the web service that caused this error.
 $name = ""
 Name of the error.
 $description = ""
 Description of the error.
 $debugInfo = ""
 Debug information for this error.

Detailed Description

The class managing creation of error messages.


Author:
Frederick Giasson, Structured Dynamics LLC.




Definition at line 360 of file WebServiceQuerier.php.


Constructor & Destructor Documentation

__construct ( id,
level,
webservice,
name,
description,
debugInfo 
)

Constructor.


Parameters:
[in] $id ID of the error
[in] $level Level of the error (notice, warning, fatal)
[in] $webservice URI of the web service that caused this error
[in] $name Name of the error
[in] $description Description of the error
[in] $debugInfo Debug information for this error
Returns:
returns NULL
Author:
Frederick Giasson, Structured Dynamics LLC.




Definition at line 397 of file WebServiceQuerier.php.

References $debugInfo, $description, $id, $level, $name, and $webservice.

__destruct (  ) 

Definition at line 408 of file WebServiceQuerier.php.


Field Documentation

$debugInfo = ""

Debug information for this error.

Definition at line 378 of file WebServiceQuerier.php.

Referenced by __construct().

$description = ""

Description of the error.

Definition at line 375 of file WebServiceQuerier.php.

Referenced by __construct().

$id = 0

ID of the error.

Definition at line 363 of file WebServiceQuerier.php.

Referenced by __construct().

$level = 0

Level of the error.

Definition at line 366 of file WebServiceQuerier.php.

Referenced by __construct().

$name = ""

Name of the error.

Definition at line 372 of file WebServiceQuerier.php.

Referenced by __construct().

$webservice = ""

URI of the web service that caused this error.

Definition at line 369 of file WebServiceQuerier.php.

Referenced by __construct().


The documentation for this class was generated from the following file:
Copyright © 2009-2011. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.