UNB Components Code Reference

UnbMessage::GetLatestReply method

Gets the latest message from all messages that are directly or indirectly referencing to this message through their primary reference.

public function UnbMessage::GetLatestReply ();

Return value

(UnbMessage) The message instance of the latest reply according to its CreatedTime

Remarks

TODO: Primary reference loop detection, throw UnbDatabaseException like in GetRefDEP() TODO: Don't do SELECT * but all required columns instead; maybe only some first, then all for the final record.

Member of class: UnbMessage

Implementation file: message.class.php, line 1472

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.