OXID eShop CE
4.10.2
|
Public Member Functions | |
getOxMessage () | |
setMessage ($sMessage) | |
setFormatParameters ($aFormatParameters) | |
getErrorClassType () | |
getValue ($sName) |
Protected Attributes | |
$_sMessage |
Private Attributes | |
$_aFormatParameters = array() |
simple class to add a error message to display
Definition at line 6 of file oxdisplayerror.php.
oxDisplayError::getErrorClassType | ( | ) |
Returns errorrous class name (currently returns null)
Implements oxIDisplayError.
Definition at line 58 of file oxdisplayerror.php.
oxDisplayError::getOxMessage | ( | ) |
Formats message using vsprintf if property _aFormatParameters was set and returns translated message.
Implements oxIDisplayError.
Definition at line 23 of file oxdisplayerror.php.
oxDisplayError::getValue | ( | $sName | ) |
Returns value (currently returns empty string)
string | $sName | value ignored |
Implements oxIDisplayError.
Definition at line 70 of file oxdisplayerror.php.
oxDisplayError::setFormatParameters | ( | $aFormatParameters | ) |
Stes format parameters for message.
array | $aFormatParameters |
Definition at line 48 of file oxdisplayerror.php.
oxDisplayError::setMessage | ( | $sMessage | ) |
Stored the message.
string | $sMessage | message |
Definition at line 38 of file oxdisplayerror.php.
|
private |
Definition at line 16 of file oxdisplayerror.php.
|
protected |
Error message
Definition at line 13 of file oxdisplayerror.php.