UNB Components Code Reference

UnbMessageRevision::GetTagIds method

Gets (unsorted) tag IDs of all tags assigned to this message revision.

public function UnbMessageRevision::GetTagIds ($withData = true);

Parameters

withData  –  optional, default: true

(bool) true to include tag data, false otherwise.

Return value

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.

Exceptions thrown

UnbDatabaseException No description available.

Member of class: UnbMessageRevision

Implementation file: messagerevision.class.php, line 1543

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