Gets (unsorted) tag IDs of all tags assigned to this message revision.
public function UnbMessageRevision::GetTagIds ($withData = true);
(bool) true
to include tag data, false
otherwise.
An array of all tag ID numbers. If withData
is set, a tag has the UserData flag set and tag data stored (i.e. not null), the array item will be an array(TagID => (int), TagData => (string)) instead of the (int) number only.
UnbDatabaseException | No description available. |
Member of class: UnbMessageRevision
Implementation file: messagerevision.class.php, line 1632
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.