Stud.IP
4.0
|
Public Member Functions | |
__construct () | |
getStatus ($status=NULL) | |
getMaxStatus ($status) | |
getMinStatus ($status) | |
getErrors ($status=NULL) | |
getAllErrors () | |
nextError ($status) | |
throwError ($status, $message, $file= '', $line= '') | |
throwSingleError ($index, $status, $message, $file= '', $line= '') | |
Data Fields | |
const | ERROR_NORMAL = 1 |
const | ERROR_MESSAGE = 2 |
const | ERROR_WARNING = 4 |
const | ERROR_CRITICAL = 8 |
const | ERROR_FATAL = 16 |
$errors | |
$status | |
__construct | ( | ) |
getAllErrors | ( | ) |
getErrors | ( | $status = NULL | ) |
getMaxStatus | ( | $status | ) |
getMinStatus | ( | $status | ) |
getStatus | ( | $status = NULL | ) |
nextError | ( | $status | ) |
throwError | ( | $status, | |
$message, | |||
$file = '' , |
|||
$line = '' |
|||
) |
throwSingleError | ( | $index, | |
$status, | |||
$message, | |||
$file = '' , |
|||
$line = '' |
|||
) |
$errors |
$status |
const ERROR_CRITICAL = 8 |
const ERROR_FATAL = 16 |
const ERROR_MESSAGE = 2 |
const ERROR_NORMAL = 1 |
const ERROR_WARNING = 4 |