Property | Type | Description | |
---|---|---|---|
$admin_instance | |||
$admin_rank_instance | |||
$admin_settings_instance | |||
$admin_tag_instance | |||
$mood_instance |
Property | Type | Description | |
---|---|---|---|
$locale |
Method | Description | |
---|---|---|
prune_posts ( $forum_id, boolean $time = FALSE ) : string | Delete all forum posts | |
view ( ) | ||
viewMood ( ) | ||
viewRank ( ) | ||
viewSettings ( ) | ||
viewTags ( ) |
Method | Description | |
---|---|---|
check_validForumName ( $forum_name, integer $forum_id ) : mixed | Return a valid forum name without duplicate | |
get_forum ( $forum_id ) : array | boolean | Get a forum full data | |
get_forum_index ( ) : array | Get forum index for hierarchy traversal | |
get_rank_images ( ) : array | Get forum rank images | |
prune_attachment ( $forum_id, boolean $time = FALSE ) : string | Delete all forum attachments | |
prune_forums ( boolean $index = FALSE, boolean $time = FALSE ) | Remove the entire forum branch, image and order updated | |
prune_threads ( $forum_id, boolean $time = FALSE ) | Delete all forum threads | |
recalculate_post ( $forum_id ) : string | Recalculate a forum post count |
Method | Description | |
---|---|---|
setLocale ( ) |
protected static check_validForumName ( $forum_name, integer $forum_id ) : mixed | ||
$forum_name | ||
$forum_id | integer | |
return | mixed |
protected static get_forum_index ( ) : array | ||
return | array |
protected static get_rank_images ( ) : array | ||
return | array |
protected static prune_attachment ( $forum_id, boolean $time = FALSE ) : string | ||
$forum_id | ||
$time | boolean | |
return | string |
protected prune_forums ( boolean $index = FALSE, boolean $time = FALSE ) | ||
$index | boolean | |
$time | boolean |
public static prune_posts ( $forum_id, boolean $time = FALSE ) : string | ||
$forum_id | ||
$time | boolean | |
return | string |
protected static prune_threads ( $forum_id, boolean $time = FALSE ) | ||
$forum_id | ||
$time | boolean |
protected static recalculate_post ( $forum_id ) : string | ||
$forum_id | ||
return | string |