OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxIDisplayError Interface Reference
+ Inheritance diagram for oxIDisplayError:

Public Member Functions

 getOxMessage ()
 getErrorClassType ()
 getValue ($sName)

Detailed Description

DisplayError interface

Definition at line 7 of file oxidisplayerror.php.

Member Function Documentation

oxIDisplayError::getErrorClassType ( )

Returns a type of the error, e.g. the class of the exception or whatever class implemented this interface

Returns
String of Error Type

Implemented in oxExceptionToDisplay, and oxDisplayError.

oxIDisplayError::getOxMessage ( )

This method should return a localized message for displaying

Returns
a string to display to the user

Implemented in oxExceptionToDisplay, and oxDisplayError.

oxIDisplayError::getValue (   $sName)

Possibility to access additional values

Parameters
string$sNameValue name
Returns
an additional value (string) by its name

Implemented in oxExceptionToDisplay, and oxDisplayError.


The documentation for this interface was generated from the following file: