/sources/ocf_moderation.php

Description
Functions
ocf_get_warnings (line 95)

Get all the warning rows for a certain member.

  • return: The warning rows.
array ocf_get_warnings (MEMBER $member_id)
  • MEMBER $member_id: The member.
ocf_list_multi_moderations (line 27)

List all the multi moderations that may be used in a certain forum.

  • return: List of multi moderations.
array ocf_list_multi_moderations (AUTO_LINK $forum_id)
  • AUTO_LINK $forum_id: The forum we are listing for.
ocf_may_perform_multi_moderation (line 67)

Whether a certain member may perform multi moderations in a certain forum.

  • return: Answer.
boolean ocf_may_perform_multi_moderation (AUTO_LINK $forum_id, [?MEMBER $member_id = NULL])
  • AUTO_LINK $forum_id: The forum.
  • ?MEMBER $member_id: The member (NULL: current member).
ocf_may_warn_members (line 82)

Whether a certain member may give formal warnings to other members.

  • return: Answer.
boolean ocf_may_warn_members ([?MEMBER $member_id = NULL])
  • ?MEMBER $member_id: The member (NULL: current member).

Documentation generated on Sun, 02 Jan 2011 23:20:01 +0000 by phpDocumentor 1.4.3