[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/includes/mcp/ -> mcp_queue.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 1534 lines (55 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mcp_queue:: (5 methods):
  __construct()
  main()
  approve_posts()
  approve_topics()
  disapprove_posts()


Class: mcp_queue  - X-Ref

mcp_queue
Handling the moderation queue

__construct($p_master)   X-Ref
No description

main($id, $mode)   X-Ref
No description

approve_posts($action, $post_id_list, $id, $mode)   X-Ref
Approve/Restore posts

param: $action        string    Action we perform on the posts ('approve' or 'restore')
param: $post_id_list    array    IDs of the posts to approve/restore
param: $id            mixed    Category of the current active module
param: $mode            string    Active module
return: null

approve_topics($action, $topic_id_list, $id, $mode)   X-Ref
Approve/Restore topics

param: $action        string    Action we perform on the posts ('approve' or 'restore')
param: $topic_id_list    array    IDs of the topics to approve/restore
param: $id            mixed    Category of the current active module
param: $mode            string    Active module
return: null

disapprove_posts($post_id_list, $id, $mode)   X-Ref
Disapprove Post

param: $post_id_list    array    IDs of the posts to disapprove/delete
param: $id            mixed    Category of the current active module
param: $mode            string    Active module
return: null



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1