Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Třída pro zaznamenání chyb, originálně vytvořena pro framework PWAPI (viz http://pwapi.broskev.cz)
Tags:
- version - 1.0
- copyright - Copyright © 2005-2006, Vojtech Schlesinger
- author - Vojtech Schlesinger <pif@broskev.cz>
[ Top ]
Class Variables
$errorData = array()
[line 15]
error things
Tags:
- static -
- access - public
Type: array
Overrides:
[ Top ]
Class Methods
__construct
Error __construct(
)
[line 17]
Tags:
- access - public
Parameters:
[ Top ]
getErrorData
array getErrorData(
)
[line 53]
Return error data in array
Tags:
- static -
- access - public
Parameters:
[ Top ]
getErrorDataInString
string getErrorDataInString(
)
[line 34]
Returns errors in one string
Tags:
- static -
- access - public
Parameters:
[ Top ]
isError
int isError(
)
[line 25]
Do we have some errors? return int, but we can use it like a boolean
Tags:
- static -
- access - public
Parameters:
[ Top ]
setError
void setError(
string
$errorMessage)
[line 44]
Load new error event
Tags:
- static -
- access - public
Parameters:
- string $errorMessage - error message
[ Top ]