Public Member Functions | |
RaiseConstructorError ($error, $str="") | |
RaiseError ($error, $str="") | |
GetLastError () | |
GetBaseErrorConstructor () | |
Public Attributes | |
$baseErrorConstructor = false | |
an error in the constructor. |
Definition at line 12 of file JBaseObject.class.php.
|
Gets the error in constructor flag
Definition at line 65 of file JBaseObject.class.php. |
|
Returns and removes the last error that has happened.
Reimplemented in JSystem. Definition at line 52 of file JBaseObject.class.php. References JErrorHandler::GetInstance(). |
|
Raises an error that has happened in the constructor.
Definition at line 23 of file JBaseObject.class.php. |
|
|
an error in the constructor. Flag that indicates if there was Definition at line 14 of file JBaseObject.class.php. |