UNB Components Code Reference

UnbUi::GetTreeMessages method

Gets all messages displayed in a previous message tree.

public static function UnbUi::GetTreeMessages ();

Return value

An array with one item for each message. Each item is an array itself. The UnbMessage object is stored in the key 'msg', the UnbMessageRevision object is stored in the key 'rev'. The key 'selected' specifies whether the message is selected for full display. If no tree was generated or no messages were requested to be selected, the return value is null.

Member of class: UnbUi

Implementation file: ui.class.php, line 1309

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