|
| | __construct () |
| |
| | deleteCategory ($cat_id) |
| |
| | deleteForum ($forum_id) |
| |
| | editCategory ($cat_id) |
| |
| | editCategorySubmit ($cat_id, $cat_name, $cat_order, $cat_expanded) |
| |
| | editForum ($forum_id, $cat_id) |
| |
| | editFormSubmit ($cat_id, $forum_id, $title, $desc, $type, $order) |
| |
| | getHiddenPostsXML ($wp) |
| |
| | getReportedPostsXML ($wp) |
| |
| | getXxxPostsXML ($wp, $sDbFunc, $sTitle, $sAddXml='') |
| |
| | compileLangs () |
| |
| | clearReport ($post_id) |
| |
| | getLangs () |
| |
| | getLangsXml () |
| |
| | getUrlsXml () |
| |
| | addHeaderFooter (&$li, $content) |
| |
| | getPageXML ($first_load=1, &$p) |
| |
| | cacheWrite ($fn, $s) |
| |
| | cacheRead ($fn) |
| |
| | cacheExists ($fn) |
| |
| | cacheEnabled () |
| |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file Admin.php.
◆ __construct()
◆ clearReport()
| Admin::clearReport |
( |
|
$post_id | ) |
|
◆ compileLangs()
◆ deleteCategory()
| Admin::deleteCategory |
( |
|
$cat_id | ) |
|
delete category
- Parameters
-
| $cat_id | category id |
| return | xml (<ret>0</ret>|<ret>1</ret>) |
Definition at line 26 of file Admin.php.
◆ deleteForum()
| Admin::deleteForum |
( |
|
$forum_id | ) |
|
delete forum
- Parameters
-
| $forum_id | forum id |
| return | xml (<ret>0</ret>|<ret>1</ret>) |
Definition at line 40 of file Admin.php.
◆ editCategory()
| Admin::editCategory |
( |
|
$cat_id | ) |
|
show edit category page
- Parameters
-
| $cat_id | category id |
| return | category window xml |
Definition at line 60 of file Admin.php.
◆ editCategorySubmit()
| Admin::editCategorySubmit |
( |
|
$cat_id, |
|
|
|
$cat_name, |
|
|
|
$cat_order, |
|
|
|
$cat_expanded |
|
) |
| |
save category information
- Parameters
-
| $cat_id | category id |
| $cat_name | category name |
| return | xml (<ret>0</ret>|<ret>1</ret>) |
Definition at line 87 of file Admin.php.
◆ editFormSubmit()
| Admin::editFormSubmit |
( |
|
$cat_id, |
|
|
|
$forum_id, |
|
|
|
$title, |
|
|
|
$desc, |
|
|
|
$type, |
|
|
|
$order |
|
) |
| |
save forum information
- Parameters
-
| $cat_id | category id |
| $forum_id | forum id |
| $title | forum title |
| $desc | forum description |
| $type | forum type (public|private) |
| return | xml (<ret>0</ret>|<ret>1</ret>) |
Definition at line 156 of file Admin.php.
◆ editForum()
| Admin::editForum |
( |
|
$forum_id, |
|
|
|
$cat_id |
|
) |
| |
show edit forum page
- Parameters
-
| $forum_id | forum id |
| $cat_id | category id |
| return | forum edit window xml |
Definition at line 114 of file Admin.php.
◆ getHiddenPostsXML()
| Admin::getHiddenPostsXML |
( |
|
$wp | ) |
|
returns reported posts XML
Definition at line 186 of file Admin.php.
◆ getReportedPostsXML()
| Admin::getReportedPostsXML |
( |
|
$wp | ) |
|
returns reported posts XML
Definition at line 194 of file Admin.php.
◆ getXxxPostsXML()
| Admin::getXxxPostsXML |
( |
|
$wp, |
|
|
|
$sDbFunc, |
|
|
|
$sTitle, |
|
|
|
$sAddXml = '' |
|
) |
| |
The documentation for this class was generated from the following file: