Core::arbitTranslateable
Interface arbitTranslateable
Interface indicating that an object can be translated. Interface indicating that an object can be translated.
This means, that all dynamic values in the string should be replaced by placholders of the type %[a-z]+, and for each value an entry in an array is given which contains the replacement value.
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Method Summary
|
public string |
getText(
)
Get message |
|
public array |
getTextValues(
)
Get properties
Get text properties containing the values, which should replace the placeholders in the message. |
Methods
getText
string
getText(
)
Get message Get message
Get raw exception message without replaced placeholders
getTextValues
array
getTextValues(
)
Get properties
Get text properties containing the values, which should replace the placeholders in the message. Get properties
Get text properties containing the values, which should replace the placeholders in the message.
|