Unclassified NewsBoard Code Reference

IUser.GetAllForumThreadFlags function

Get all forum & thread flags for a user. Used for initially building the cache.

function IUser.GetAllForumThreadFlags ($id = 0);

Parameters:

id  –  optional, default: 0
(int) User ID. 0: currently loaded user

Return value:

array(array(Forum, Thread, Flags)) of all forum/thread flags for the user. Empty array() on error.

Member of class: IUser

Implementation file: unb_lib/user.lib.php, line 1865

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.