Message object where you can directly set the translation. More...
Public Member Functions | |
setTranslation ($text) | |
Set the current translation of this message. | |
translation () | |
Get the message translation. | |
Protected Attributes | |
$translation | |
String Stored translation. |
Message object where you can directly set the translation.
Hence the name fat. Authors are not supported.
Definition at line 184 of file Message.php.
FatMessage::setTranslation | ( | $ | text | ) |
Set the current translation of this message.
string | $text |
Definition at line 192 of file Message.php.
FatMessage::translation | ( | ) |
Get the message translation.
Reimplemented from TMessage.
Definition at line 196 of file Message.php.
Referenced by setTranslation().
FatMessage::$translation [protected] |
String Stored translation.
Definition at line 186 of file Message.php.