Static Public Member Functions | 
|
| static | checkError ($varToCheck, $checkWith, $errorType, $errorMessage) | 
| static | getError () | 
| static | setDeprecated ($method) | 
| static | setError ($errno, $errtype) | 
Public Attributes | 
|
| const | DEPRECATED = 3 | 
| const | FATALERROR = 1 | 
| const | INFOERROR = 2 | 
Static Protected Attributes | 
|
| static | $deprecatedMethod | 
| static | $errno | 
| static | $errtype | 
Detailed Description
NoDoc New Doc 1 Last Update 0
Member Function Documentation
| static Debug::checkError | ( | $ | varToCheck, | |
| $ | checkWith, | |||
| $ | errorType, | |||
| $ | errorMessage | |||
| ) | [static] | 
This function check a respons for error
- Parameters:
 - 
$varToCheck $checkWith $errorType $errorMessage  
  