Public Member Functions | |
getOxMessage () | |
getErrorClassType () | |
getValue ($sName) |
DisplayError interface
Definition at line 7 of file oxidisplayerror.php.
oxIDisplayError.getErrorClassType | ( | ) |
Returns a type of the error, e.g. the class of the exception or whatever class implemented this interface
Implemented in oxExceptionToDisplay, and oxDisplayError.
oxIDisplayError.getOxMessage | ( | ) |
This method should return a localized message for displaying
Implemented in oxExceptionToDisplay, and oxDisplayError.
oxIDisplayError.getValue | ( | $ | sName | ) |
Possibility to access additional values
string | $sName Value name |
Implemented in oxExceptionToDisplay, and oxDisplayError.