|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class Forum core functions for forum. More...
Collaboration diagram for ilForum:Public Member Functions | |
| __construct () | |
| Constructor @access public. More... | |
| setLanguage ($lng) | |
| setForumId ($a_obj_id) | |
| set object id which refers to ILIAS obj_id More... | |
| setForumRefId ($a_ref_id) | |
| set reference id which refers to ILIAS obj_id More... | |
| getForumId () | |
| get forum id @access public More... | |
| getForumRefId () | |
| get forum ref_id @access public More... | |
| getOrderField () | |
| get name of orderField More... | |
| setDbTable ($dbTable) | |
| set database table More... | |
| getDbTable () | |
| get name of database table More... | |
| setMDB2WhereCondition ($query_string, $data_type, $data_value) | |
| set content for additional condition More... | |
| getMDB2Query () | |
| get content of additional condition More... | |
| getMDB2DataValue () | |
| get content of additional condition More... | |
| getMDB2DataType () | |
| get content of additional condition More... | |
| setPageHits ($pageHits) | |
| getPageHits () | |
| get number of max. More... | |
| getOneTopic () | |
| get one topic-dataset by WhereCondition More... | |
| getOneThread () | |
| get one thread-dataset by WhereCondition More... | |
| getOnePost ($post) | |
| get one post-dataset More... | |
| generatePost ($forum_id, $thread_id, $author_id, $display_user_id, $message, $parent_pos, $notify, $subject='', $alias='', $date='', $status=1, $send_activation_mail=0) | |
| generate new dataset in frm_posts More... | |
| generateThread (ilForumTopic $thread, $message, $notify, $notify_posts, $status=1, bool $withFirstVisibleEntry=true) | |
| moveThreads ($thread_ids=array(), $src_ref_id=0, $dest_top_frm_fk=0) | |
| Moves all chosen threads and their posts to a new forum. More... | |
| postCensorship ($message, $pos_pk, $cens=0) | |
| update dataset in frm_posts with censorship info More... | |
| deletePost ($postIdOrArray, $raiseEvents=true) | |
| Delete post and sub-posts. More... | |
| getAllThreads ($a_topic_id, array $params=array(), $limit=0, $offset=0) | |
| getUserStatistic ($is_moderator=false) | |
| getFirstPostByThread ($a_thread_id) | |
| Get first post of thread. More... | |
| getModerators () | |
| get all users assigned to local role il_frm_moderator_<frm_ref_id> More... | |
| countUserArticles ($a_user_id) | |
| get number of articles from given user-ID More... | |
| countActiveUserArticles ($a_user_id) | |
| convertDate ($date) | |
| converts the date format More... | |
| addPostTree ($a_tree_id, $a_node_id=-1, $a_date='') | |
| create a new post-tree More... | |
| insertPostNode ($a_node_id, $a_parent_id, $tree_id, $a_date='') | |
| insert node under parent node @access public More... | |
| getPostDepth ($a_node_id, $tree_id) | |
| Return depth of an object @access private. More... | |
| getFirstPostNode ($tree_id) | |
| get data of the first node from frm_posts_tree and frm_posts @access public More... | |
| getPostNode ($post_id) | |
| get data of given node from frm_posts_tree and frm_posts @access public More... | |
| fetchPostNodeData ($a_row) | |
| get data of parent node from frm_posts_tree and frm_posts @access private More... | |
| deletePostTree ($a_node) | |
| delete node and the whole subtree under this node @access public More... | |
| updateVisits ($ID) | |
| update page hits of given forum- or thread-ID @access public More... | |
| prepareText ($text, $edit=0, $quote_user='', $type='') | |
| prepares given string @access public More... | |
| __deletePostFiles ($a_ids) | |
| getImportName () | |
| setImportName ($a_import_name) | |
| enableForumNotification ($user_id) | |
| Enable a user's notification about new posts in this forum. More... | |
| disableForumNotification ($user_id) | |
| Disable a user's notification about new posts in this forum. More... | |
| isForumNotificationEnabled ($user_id) | |
| Check whether a user's notification about new posts in this forum is enabled (result > 0) or not (result == 0) More... | |
| enableThreadNotification ($user_id, $thread_id) | |
| no usage? ..delete . More... | |
| isThreadNotificationEnabled ($user_id, $thread_id) | |
| Check whether a user's notification about new posts in a thread is enabled (result > 0) or not (result == 0) More... | |
| mergeThreads ($source_id, $target_id) | |
Static Public Member Functions | |
| static | _getLanguageInstanceByUsrId ($usr_id) |
| Get the ilLanguage instance for the passed user id. More... | |
| static | _lookupPostMessage ($a_id) |
| static | _getModerators ($a_ref_id) |
| get all users assigned to local role il_frm_moderator_<frm_ref_id> (static) More... | |
| static | _isModerator ($a_ref_id, $a_usr_id) |
| checks whether a user is moderator of a given forum object More... | |
| static | _getThreads ($a_obj_id, $a_sort_mode=self::SORT_DATE) |
| Get thread infos of object. More... | |
| static | _lookupObjIdForForumId ($a_for_id) |
| static | updateLastPostByObjId ($a_obj_id) |
Data Fields | |
| const | SORT_TITLE = 1 |
| const | SORT_DATE = 2 |
| const | DEFAULT_PAGE_HITS = 30 |
| $lng | |
| $error | |
| $db | |
| $user | |
| $settings | |
Static Protected Attributes | |
| static | $moderators_by_ref_id_map = array() |
Private Member Functions | |
| setOrderField ($orderField) | |
| set database field for sorting results More... | |
Private Attributes | |
| $dbTable | |
| $className = "ilForum" | |
| $orderField | |
| $mdb2Query | |
| $mdb2DataValue | |
| $mdb2DataType | |
| $txtQuote1 = "[quote]" | |
| $txtQuote2 = "[/quote]" | |
| $replQuote1 = '<blockquote class="ilForumQuote">' | |
| $replQuote2 = '</blockquote>' | |
| $pageHits = self::DEFAULT_PAGE_HITS | |
| $id | |
| ilForum::__construct | ( | ) |
Constructor @access public.
Definition at line 73 of file class.ilForum.php.
References $DIC, error(), settings(), and user().
Here is the call graph for this function:| ilForum::__deletePostFiles | ( | $a_ids | ) |
Definition at line 1928 of file class.ilForum.php.
References getForumId().
Referenced by deletePost().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get the ilLanguage instance for the passed user id.
| integer | $usr_id | a user id |
Definition at line 100 of file class.ilForum.php.
References ilObjUser\_lookupLanguage().
Here is the call graph for this function:
|
static |
get all users assigned to local role il_frm_moderator_<frm_ref_id> (static)
| int | $a_ref_id | reference id |
Definition at line 1421 of file class.ilForum.php.
References $DIC, and ilObject\_lookupTitle().
Referenced by _isModerator(), ilForumNotification\checkParentNodeTree(), getModerators(), ilObjForumNotificationDataProvider\getPostActivationRecipients(), ilForumSettingsGUI\showMembers(), and ilForumSettingsGUI\updateUserNotifications().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get thread infos of object.
| int | $a_obj_id | |
| int | $a_sort_mode | SORT_TITLE or SORT_DATE |
Definition at line 2129 of file class.ilForum.php.
References $DIC, $ilDB, $res, SORT_DATE, and SORT_TITLE.
Referenced by ilObjForumSearchResultTableGUI\parse().
Here is the caller graph for this function:
|
static |
checks whether a user is moderator of a given forum object
| int | $a_ref_id | reference id |
| int | $a_usr_id | user id |
Definition at line 1444 of file class.ilForum.php.
References _getModerators().
Referenced by generatePost(), ilObjForumGUI\renderDraftContent(), ilObjForumGUI\renderPostContent(), and ilForumExportGUI\renderPostHtml().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 2161 of file class.ilForum.php.
References $DIC, $ilDB, and $res.
Referenced by ilObjMediaObject\getParentObjectIdForUsage(), ilForumDraftsDerivedTaskProvider\getTasks(), ilObjForumGUI\mergeThreadsObject(), and ilForumTopic\movePosts().
Here is the caller graph for this function:
|
static |
Definition at line 387 of file class.ilForum.php.
| ilForum::addPostTree | ( | $a_tree_id, | |
$a_node_id = -1, |
|||
$a_date = '' |
|||
| ) |
create a new post-tree
| integer | a_tree_id: id where tree belongs to |
| integer | a_node_id: root node of tree (optional; default is tree_id itself) |
Definition at line 1518 of file class.ilForum.php.
Referenced by generatePost().
Here is the caller graph for this function:| ilForum::convertDate | ( | $date | ) |
converts the date format
| string | $date |
Definition at line 1506 of file class.ilForum.php.
References ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by getOnePost().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::countActiveUserArticles | ( | $a_user_id | ) |
Definition at line 1477 of file class.ilForum.php.
References $res, getForumId(), and user().
Here is the call graph for this function:| ilForum::countUserArticles | ( | $a_user_id | ) |
get number of articles from given user-ID
| integer | $user, | user-ID |
Definition at line 1459 of file class.ilForum.php.
References $res, and getForumId().
Here is the call graph for this function:| ilForum::deletePost | ( | $postIdOrArray, | |
$raiseEvents = true |
|||
| ) |
Delete post and sub-posts.
| int|array<string,mixed> | $postIdOrArray | |
| bool | $raiseEvents |
Definition at line 799 of file class.ilForum.php.
References Vendor\Package\$e, $GLOBALS, $i, $mobs, $query, $res, __deletePostFiles(), ilObjForum\_deleteAccessEntries(), ilObjForum\_deleteReadEntries(), ilObjMediaObject\_exists(), ilObjMediaObject\_getMobsOfObject(), ilObjMediaObject\_removeUsage(), deletePostTree(), ilNewsItem\getFirstNewsIdForContext(), getForumRefId(), and getPostNode().
Referenced by mergeThreads().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::deletePostTree | ( | $a_node | ) |
delete node and the whole subtree under this node @access public
| array | node_data of a node |
Definition at line 1750 of file class.ilForum.php.
Referenced by deletePost().
Here is the caller graph for this function:| ilForum::disableForumNotification | ( | $user_id | ) |
Disable a user's notification about new posts in this forum.
| integer | user_id A user's ID |
Definition at line 2034 of file class.ilForum.php.
| ilForum::enableForumNotification | ( | $user_id | ) |
Enable a user's notification about new posts in this forum.
| integer | user_id A user's ID |
Definition at line 1961 of file class.ilForum.php.
References $query, $res, and isForumNotificationEnabled().
Here is the call graph for this function:| ilForum::enableThreadNotification | ( | $user_id, | |
| $thread_id | |||
| ) |
no usage? ..delete .
Enable a user's notification about new posts in a thread
| integer | user_id A user's ID |
| integer | thread_id ID of the thread |
Definition at line 2078 of file class.ilForum.php.
References isThreadNotificationEnabled().
Here is the call graph for this function:| ilForum::fetchPostNodeData | ( | $a_row | ) |
get data of parent node from frm_posts_tree and frm_posts @access private
| object | db db result object containing node_data |
Definition at line 1702 of file class.ilForum.php.
References $data, and ilObject\_exists().
Referenced by getFirstPostNode(), and getPostNode().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::generatePost | ( | $forum_id, | |
| $thread_id, | |||
| $author_id, | |||
| $display_user_id, | |||
| $message, | |||
| $parent_pos, | |||
| $notify, | |||
$subject = '', |
|||
$alias = '', |
|||
$date = '', |
|||
$status = 1, |
|||
$send_activation_mail = 0 |
|||
| ) |
generate new dataset in frm_posts
| int | $forum_id | |
| int | $thread_id | |
| int | $author_id | |
| int | $display_user_id | |
| string | $message | |
| int | $parent_pos | |
| int | $notify | |
| string | $subject | |
| string | $alias | |
| string | $date | datetime|timestamp |
| int | $status | |
| int | $send_activation_mail |
Definition at line 421 of file class.ilForum.php.
References $message, _isModerator(), ilRTE\_replaceMediaObjectImageSrc(), addPostTree(), getForumId(), getForumRefId(), getImportName(), ilForumProperties\getInstance(), ilObjectFactory\getInstanceByRefId(), insertPostNode(), NEWS_NOTICE, NEWS_USERS, prepareText(), and true.
Referenced by generateThread().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::generateThread | ( | ilForumTopic | $thread, |
| $message, | |||
| $notify, | |||
| $notify_posts, | |||
$status = 1, |
|||
| bool | $withFirstVisibleEntry = true |
||
| ) |
| ilForumTopic | $thread | |
| string | $message | |
| int | $notify | |
| int | $notify_posts | |
| int | $status | |
| bool | $withFirstVisibleEntry |
Definition at line 523 of file class.ilForum.php.
References $message, ilForumTopic\enableNotification(), generatePost(), ilForumTopic\getCreateDate(), ilForumTopic\getDisplayUserId(), ilForumTopic\getForumId(), ilForumTopic\getId(), getImportName(), ilForumTopic\getSubject(), ilForumTopic\getThrAuthorId(), ilForumTopic\getUserAlias(), ilForumTopic\insert(), ilForumTopic\setCreateDate(), and ilForumTopic\setImportName().
Here is the call graph for this function:| ilForum::getAllThreads | ( | $a_topic_id, | |
| array | $params = array(), |
||
$limit = 0, |
|||
$offset = 0 |
|||
| ) |
| $a_topic_id | ||
| array | $params | |
| int | $limit | |
| int | $offset |
Definition at line 1060 of file class.ilForum.php.
References $data, $query, $res, ilForumProperties\FORUM_OVERVIEW_WITH_NEW_POSTS, getForumId(), ilForumProperties\getInstance(), settings(), and user().
Here is the call graph for this function:| ilForum::getDbTable | ( | ) |
get name of database table
Definition at line 212 of file class.ilForum.php.
References $dbTable.
| ilForum::getFirstPostByThread | ( | $a_thread_id | ) |
Get first post of thread.
@access public
| int | thread id |
Definition at line 1387 of file class.ilForum.php.
References $res.
| ilForum::getFirstPostNode | ( | $tree_id | ) |
get data of the first node from frm_posts_tree and frm_posts @access public
| integer | tree id |
Definition at line 1657 of file class.ilForum.php.
References $res, and fetchPostNodeData().
Here is the call graph for this function:| ilForum::getForumId | ( | ) |
get forum id @access public
Definition at line 150 of file class.ilForum.php.
References $id.
Referenced by __deletePostFiles(), countActiveUserArticles(), countUserArticles(), generatePost(), getAllThreads(), and getUserStatistic().
Here is the caller graph for this function:| ilForum::getForumRefId | ( | ) |
get forum ref_id @access public
Definition at line 160 of file class.ilForum.php.
Referenced by deletePost(), generatePost(), getModerators(), and postCensorship().
Here is the caller graph for this function:| ilForum::getImportName | ( | ) |
Definition at line 1946 of file class.ilForum.php.
Referenced by generatePost(), and generateThread().
Here is the caller graph for this function:| ilForum::getMDB2DataType | ( | ) |
get content of additional condition
Definition at line 260 of file class.ilForum.php.
References $mdb2DataType.
Referenced by getOneThread(), getOneTopic(), and updateVisits().
Here is the caller graph for this function:| ilForum::getMDB2DataValue | ( | ) |
get content of additional condition
Definition at line 249 of file class.ilForum.php.
References $mdb2DataValue.
Referenced by getOneThread(), getOneTopic(), and updateVisits().
Here is the caller graph for this function:| ilForum::getMDB2Query | ( | ) |
get content of additional condition
Definition at line 238 of file class.ilForum.php.
References $mdb2Query.
Referenced by getOneThread(), getOneTopic(), and updateVisits().
Here is the caller graph for this function:| ilForum::getModerators | ( | ) |
get all users assigned to local role il_frm_moderator_<frm_ref_id>
Definition at line 1409 of file class.ilForum.php.
References _getModerators(), and getForumRefId().
Here is the call graph for this function:| ilForum::getOnePost | ( | $post | ) |
get one post-dataset
| integer | post id |
Definition at line 368 of file class.ilForum.php.
References $res, and convertDate().
Here is the call graph for this function:| ilForum::getOneThread | ( | ) |
get one thread-dataset by WhereCondition
Definition at line 342 of file class.ilForum.php.
References $query, $result, getMDB2DataType(), getMDB2DataValue(), and getMDB2Query().
Here is the call graph for this function:| ilForum::getOneTopic | ( | ) |
get one topic-dataset by WhereCondition
Definition at line 297 of file class.ilForum.php.
References $query, $res, getMDB2DataType(), getMDB2DataValue(), and getMDB2Query().
Referenced by moveThreads().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::getOrderField | ( | ) |
get name of orderField
Definition at line 186 of file class.ilForum.php.
References $orderField.
| ilForum::getPageHits | ( | ) |
get number of max.
visible datasets
Definition at line 287 of file class.ilForum.php.
References $pageHits.
| ilForum::getPostDepth | ( | $a_node_id, | |
| $tree_id | |||
| ) |
Return depth of an object @access private.
| integer | node_id of parent's node_id |
| integer | node_id of parent's node parent_id |
Definition at line 1631 of file class.ilForum.php.
References $res.
Referenced by insertPostNode().
Here is the caller graph for this function:| ilForum::getPostNode | ( | $post_id | ) |
get data of given node from frm_posts_tree and frm_posts @access public
| integer | post_id |
Definition at line 1680 of file class.ilForum.php.
References $res, and fetchPostNodeData().
Referenced by deletePost(), and mergeThreads().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::getUserStatistic | ( | $is_moderator = false | ) |
| bool | $is_moderator |
Definition at line 1317 of file class.ilForum.php.
References $data, $query, $res, getForumId(), and user().
Here is the call graph for this function:| ilForum::insertPostNode | ( | $a_node_id, | |
| $a_parent_id, | |||
| $tree_id, | |||
$a_date = '' |
|||
| ) |
insert node under parent node @access public
| integer | node_id |
| integer | tree_id |
| integer | parent_id (optional) |
Definition at line 1555 of file class.ilForum.php.
References $res, and getPostDepth().
Referenced by generatePost().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::isForumNotificationEnabled | ( | $user_id | ) |
Check whether a user's notification about new posts in this forum is enabled (result > 0) or not (result == 0)
| integer | user_id A user's ID |
Definition at line 2053 of file class.ilForum.php.
References $result.
Referenced by enableForumNotification().
Here is the caller graph for this function:| ilForum::isThreadNotificationEnabled | ( | $user_id, | |
| $thread_id | |||
| ) |
Check whether a user's notification about new posts in a thread is enabled (result > 0) or not (result == 0)
| integer | user_id A user's ID |
| integer | thread_id ID of the thread |
Definition at line 2104 of file class.ilForum.php.
References $result.
Referenced by enableThreadNotification().
Here is the caller graph for this function:| ilForum::mergeThreads | ( | $source_id, | |
| $target_id | |||
| ) |
| int | $source_id | |
| int | $target_id |
| ilException |
Definition at line 2223 of file class.ilForum.php.
References $GLOBALS, $ilDB, $target_id, ilObjForum\_deleteAccessEntries(), deletePost(), getPostNode(), ilObjForum\mergeForumUserRead(), ilForumPost\mergePosts(), ilForumNotification\mergeThreadNotificiations(), and ilForumPostsTree\updateTargetRootRgt().
Here is the call graph for this function:| ilForum::moveThreads | ( | $thread_ids = array(), |
|
$src_ref_id = 0, |
|||
$dest_top_frm_fk = 0 |
|||
| ) |
Moves all chosen threads and their posts to a new forum.
| array | chosen thread pks |
| integer | object id of src forum |
| integer | object id of dest forum @access public |
Definition at line 595 of file class.ilForum.php.
References $id, $res, ilObject\_lookupObjectId(), getOneTopic(), and setMDB2WhereCondition().
Here is the call graph for this function:| ilForum::postCensorship | ( | $message, | |
| $pos_pk, | |||
$cens = 0 |
|||
| ) |
update dataset in frm_posts with censorship info
| string | message |
| integer | pos_pk |
Definition at line 721 of file class.ilForum.php.
References $GLOBALS, $message, $res, ilNewsItem\getFirstNewsIdForContext(), getForumRefId(), and prepareText().
Here is the call graph for this function:| ilForum::prepareText | ( | $text, | |
$edit = 0, |
|||
$quote_user = '', |
|||
$type = '' |
|||
| ) |
prepares given string @access public
| string | |
| integer |
Definition at line 1851 of file class.ilForum.php.
References $i, $txtQuote2, $type, and ilMathJax\getInstance().
Referenced by generatePost(), and postCensorship().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForum::setDbTable | ( | $dbTable | ) |
set database table
| string | $dbTable | database table |
Definition at line 197 of file class.ilForum.php.
References $dbTable.
| ilForum::setForumId | ( | $a_obj_id | ) |
set object id which refers to ILIAS obj_id
| integer | object id @access public |
Definition at line 120 of file class.ilForum.php.
References $message, and error().
Here is the call graph for this function:| ilForum::setForumRefId | ( | $a_ref_id | ) |
set reference id which refers to ILIAS obj_id
| integer | object id @access public |
Definition at line 135 of file class.ilForum.php.
References $message, and error().
Here is the call graph for this function:| ilForum::setImportName | ( | $a_import_name | ) |
Definition at line 1950 of file class.ilForum.php.
| ilForum::setLanguage | ( | $lng | ) |
Definition at line 85 of file class.ilForum.php.
References $lng.
| ilForum::setMDB2WhereCondition | ( | $query_string, | |
| $data_type, | |||
| $data_value | |||
| ) |
set content for additional condition
| string | $query_string | |
| array | $data_type | |
| array | $data_value |
Definition at line 225 of file class.ilForum.php.
Referenced by moveThreads().
Here is the caller graph for this function:
|
private |
set database field for sorting results
| string | $orderField | database field for sorting |
Definition at line 171 of file class.ilForum.php.
References $orderField.
| ilForum::setPageHits | ( | $pageHits | ) |
|
static |
Definition at line 2180 of file class.ilForum.php.
| ilForum::updateVisits | ( | $ID | ) |
update page hits of given forum- or thread-ID @access public
| integer |
Definition at line 1823 of file class.ilForum.php.
References $_SESSION, $query, $res, getMDB2DataType(), getMDB2DataValue(), and getMDB2Query().
Here is the call graph for this function:
|
private |
Definition at line 44 of file class.ilForum.php.
| ilForum::$db |
Definition at line 27 of file class.ilForum.php.
|
private |
Definition at line 37 of file class.ilForum.php.
Referenced by getDbTable(), and setDbTable().
| ilForum::$error |
Definition at line 26 of file class.ilForum.php.
|
private |
Definition at line 67 of file class.ilForum.php.
Referenced by getForumId(), and moveThreads().
| ilForum::$lng |
Definition at line 25 of file class.ilForum.php.
Referenced by setLanguage().
|
private |
Definition at line 56 of file class.ilForum.php.
Referenced by getMDB2DataType().
|
private |
Definition at line 55 of file class.ilForum.php.
Referenced by getMDB2DataValue().
|
private |
Definition at line 54 of file class.ilForum.php.
Referenced by getMDB2Query().
|
staticprotected |
Definition at line 23 of file class.ilForum.php.
|
private |
Definition at line 52 of file class.ilForum.php.
Referenced by getOrderField(), and setOrderField().
|
private |
Definition at line 64 of file class.ilForum.php.
Referenced by getPageHits(), and setPageHits().
|
private |
Definition at line 60 of file class.ilForum.php.
|
private |
Definition at line 61 of file class.ilForum.php.
| ilForum::$settings |
Definition at line 29 of file class.ilForum.php.
|
private |
Definition at line 58 of file class.ilForum.php.
|
private |
Definition at line 59 of file class.ilForum.php.
Referenced by prepareText().
| ilForum::$user |
Definition at line 28 of file class.ilForum.php.
| const ilForum::DEFAULT_PAGE_HITS = 30 |
Definition at line 18 of file class.ilForum.php.
| const ilForum::SORT_DATE = 2 |
Definition at line 16 of file class.ilForum.php.
Referenced by _getThreads().
| const ilForum::SORT_TITLE = 1 |
Definition at line 15 of file class.ilForum.php.
Referenced by _getThreads().