Message object which is based on database result row. More...
Public Member Functions | |
setRow ($row) | |
Set the database row this message is based on. | |
translation () | |
Get the message translation. | |
getProperty ($key) | |
getPropertyNames () | |
Get all the available property names. | |
Protected Attributes | |
$row | |
Static Protected Attributes | |
static | $propertyMap |
Message object which is based on database result row.
Hence the name thin. Needs fields rev_user_text and those that are needed for loading revision text.
Definition at line 132 of file Message.php.
ThinMessage::getProperty | ( | $ | key | ) |
Reimplemented from TMessage.
Definition at line 161 of file Message.php.
ThinMessage::getPropertyNames | ( | ) |
Get all the available property names.
Reimplemented from TMessage.
Definition at line 175 of file Message.php.
ThinMessage::setRow | ( | $ | row | ) |
Set the database row this message is based on.
array | $row Database Result Row |
Definition at line 148 of file Message.php.
ThinMessage::translation | ( | ) |
Get the message translation.
Reimplemented from TMessage.
Definition at line 152 of file Message.php.
ThinMessage::$propertyMap [static, protected] |
array( 'last-translator-text' => 'rev_user_text', 'last-translator-id' => 'rev_user', )
Definition at line 134 of file Message.php.
ThinMessage::$row [protected] |
Definition at line 142 of file Message.php.
Referenced by setRow().