Finds all message revisions by their message ID.
public static function UnbMessageRevision::FindAllByMessageId ($messageId, $includeDrafts = false);
(int/UnbMessage) Message or its ID of which to read the revisions
(bool) Indicates whether drafts are included
Array of UnbMessageRevision objects, if successful, null
otherwise.
UnbDatabaseException | No description available. |
Need read access on the message. Additionally, message and message revision must not have a moderation lock of any kind. Exceptions are documented separately.
Member of class: UnbMessageRevision
Implementation file: messagerevision.class.php, line 868
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.