|
ILIAS
Release_4_2_x_branch Revision 61807
|
Collaboration diagram for ilForumProperties:Public Member Functions | |
| insert () | |
| update () | |
| copy ($a_new_obj_id) | |
| setDefaultView ($a_default_view) | |
| getDefaultView () | |
| setStatisticsStatus ($a_statistic_status) | |
| isStatisticEnabled () | |
| setAnonymisation ($a_anonymized) | |
| isAnonymized () | |
| setPostActivation ($a_post_activation) | |
| isPostActivationEnabled () | |
| setObjId ($a_obj_id=0) | |
| getObjId () | |
| setAdminForceNoti ($a_admin_force) | |
| isAdminForceNoti () | |
| setUserToggleNoti ($a_user_toggle) | |
| isUserToggleNoti () | |
| isThreadRatingAllowed ($a_allow_rating=null) | |
| setPresetSubject ($a_preset_subject) | |
| getPresetSubject () | |
| setAddReSubject ($a_add_re_subject) | |
| getAddReSubject () | |
| setNotificationType ($a_notification_type) | |
| getNotificationType () | |
| getSubjectSetting () | |
| setSubjectSetting ($a_subject_setting) | |
| setMarkModeratorPosts ($a_mod_post) | |
| getMarkModeratorPosts () | |
Static Public Member Functions | |
| static | getInstance ($a_obj_id=0) |
| static | _isAnonymized ($a_obj_id) |
| static | _isAdminForceNoti ($a_obj_id) |
| static | _isUserToggleNoti ($a_obj_id) |
Protected Member Functions | |
| __construct ($a_obj_id=0) | |
Private Member Functions | |
| __clone () | |
| read () | |
Private Attributes | |
| $obj_id | |
| Object id of current forum private. | |
| $default_view = 1 | |
| Default view ( 1 => 'order by answers', 2 => 'order by date') private. | |
| $anonymized = 0 | |
| Defines if a forum is anonymized or not private. | |
| $statistics_enabled = 0 | |
| Defines if a forum can show ranking statistics private. | |
| $post_activation_enabled = 0 | |
| Activation of new posts private. | |
| $notification_type = null | |
| Global notification-type setting (CRS/GRP) possible values: 'all_users', 'per_user', null (default) | |
| $admin_force_noti = false | |
| Activation of (CRS/GRP) forum notification by mod/admin private. | |
| $user_toggle_noti = false | |
| Activation of allowing members to deactivate (CRS/GRP)forum notification private. | |
| $thread_ratings_allowed = false | |
| $preset_subject = 1 | |
| Preset subject on reply. | |
| $add_re_subject = 0 | |
| Add 'Re: ' to subject on reply. | |
| $mark_mod_posts = 0 | |
| $db = null | |
| DB Object private. | |
Static Private Attributes | |
| static | $instances = array() |
|
protected |
|
private |
Definition at line 127 of file class.ilForumProperties.php.
|
static |
Definition at line 321 of file class.ilForumProperties.php.
Referenced by ilForumNotification\checkForumsExistsInsert().
Here is the caller graph for this function:
|
static |
Definition at line 268 of file class.ilForumProperties.php.
References $ilDB, and $result.
Referenced by ilPDNewsTableGUI\fillRow().
Here is the caller graph for this function:
|
static |
Definition at line 336 of file class.ilForumProperties.php.
Referenced by ilForumNotification\checkForumsExistsInsert().
Here is the caller graph for this function:| ilForumProperties::copy | ( | $a_new_obj_id | ) |
Definition at line 221 of file class.ilForumProperties.php.
| ilForumProperties::getAddReSubject | ( | ) |
Definition at line 374 of file class.ilForumProperties.php.
References $add_re_subject.
Referenced by getSubjectSetting().
Here is the caller graph for this function:| ilForumProperties::getDefaultView | ( | ) |
Definition at line 248 of file class.ilForumProperties.php.
References $default_view.
|
static |
Definition at line 131 of file class.ilForumProperties.php.
Referenced by ilObjForum\cloneObject(), ilForumExportGUI\exportHTML(), ilObjForumListGUI\getProperties(), ilForumXMLParser\handlerEndTag(), ilForumExplorer\ilForumExplorer(), and ilObjForumGUI\ilObjForumGUI().
Here is the caller graph for this function:| ilForumProperties::getMarkModeratorPosts | ( | ) |
Definition at line 432 of file class.ilForumProperties.php.
References $mark_mod_posts.
| ilForumProperties::getNotificationType | ( | ) |
Definition at line 386 of file class.ilForumProperties.php.
References $notification_type.
| ilForumProperties::getObjId | ( | ) |
Definition at line 296 of file class.ilForumProperties.php.
References $obj_id.
| ilForumProperties::getPresetSubject | ( | ) |
Definition at line 366 of file class.ilForumProperties.php.
References $preset_subject.
Referenced by getSubjectSetting().
Here is the caller graph for this function:| ilForumProperties::getSubjectSetting | ( | ) |
Definition at line 391 of file class.ilForumProperties.php.
References getAddReSubject(), and getPresetSubject().
Here is the call graph for this function:| ilForumProperties::insert | ( | ) |
Definition at line 175 of file class.ilForumProperties.php.
| ilForumProperties::isAdminForceNoti | ( | ) |
Definition at line 306 of file class.ilForumProperties.php.
References $admin_force_noti.
| ilForumProperties::isAnonymized | ( | ) |
Definition at line 264 of file class.ilForumProperties.php.
References $anonymized.
| ilForumProperties::isPostActivationEnabled | ( | ) |
Definition at line 287 of file class.ilForumProperties.php.
References $post_activation_enabled.
| ilForumProperties::isStatisticEnabled | ( | ) |
Definition at line 256 of file class.ilForumProperties.php.
References $statistics_enabled.
| ilForumProperties::isThreadRatingAllowed | ( | $a_allow_rating = null | ) |
Definition at line 350 of file class.ilForumProperties.php.
References $thread_ratings_allowed.
| ilForumProperties::isUserToggleNoti | ( | ) |
Definition at line 316 of file class.ilForumProperties.php.
References $user_toggle_noti.
|
private |
Definition at line 141 of file class.ilForumProperties.php.
Referenced by __construct(), and setObjId().
Here is the caller graph for this function:| ilForumProperties::setAddReSubject | ( | $a_add_re_subject | ) |
Definition at line 370 of file class.ilForumProperties.php.
Referenced by setSubjectSetting().
Here is the caller graph for this function:| ilForumProperties::setAdminForceNoti | ( | $a_admin_force | ) |
Definition at line 301 of file class.ilForumProperties.php.
| ilForumProperties::setAnonymisation | ( | $a_anonymized | ) |
Definition at line 260 of file class.ilForumProperties.php.
| ilForumProperties::setDefaultView | ( | $a_default_view | ) |
Definition at line 244 of file class.ilForumProperties.php.
| ilForumProperties::setMarkModeratorPosts | ( | $a_mod_post | ) |
Definition at line 427 of file class.ilForumProperties.php.
| ilForumProperties::setNotificationType | ( | $a_notification_type | ) |
Definition at line 379 of file class.ilForumProperties.php.
| ilForumProperties::setObjId | ( | $a_obj_id = 0 | ) |
Definition at line 291 of file class.ilForumProperties.php.
References read().
Here is the call graph for this function:| ilForumProperties::setPostActivation | ( | $a_post_activation | ) |
Definition at line 283 of file class.ilForumProperties.php.
| ilForumProperties::setPresetSubject | ( | $a_preset_subject | ) |
Definition at line 362 of file class.ilForumProperties.php.
Referenced by setSubjectSetting().
Here is the caller graph for this function:| ilForumProperties::setStatisticsStatus | ( | $a_statistic_status | ) |
Definition at line 252 of file class.ilForumProperties.php.
| ilForumProperties::setSubjectSetting | ( | $a_subject_setting | ) |
Definition at line 408 of file class.ilForumProperties.php.
References setAddReSubject(), and setPresetSubject().
Here is the call graph for this function:| ilForumProperties::setUserToggleNoti | ( | $a_user_toggle | ) |
Definition at line 311 of file class.ilForumProperties.php.
| ilForumProperties::update | ( | ) |
Definition at line 199 of file class.ilForumProperties.php.
|
private |
Add 'Re: ' to subject on reply.
private
Definition at line 106 of file class.ilForumProperties.php.
Referenced by getAddReSubject().
|
private |
Activation of (CRS/GRP) forum notification by mod/admin private.
Definition at line 76 of file class.ilForumProperties.php.
Referenced by isAdminForceNoti().
|
private |
Defines if a forum is anonymized or not private.
Definition at line 48 of file class.ilForumProperties.php.
Referenced by isAnonymized().
|
private |
DB Object private.
Definition at line 114 of file class.ilForumProperties.php.
|
private |
Default view ( 1 => 'order by answers', 2 => 'order by date') private.
Definition at line 42 of file class.ilForumProperties.php.
Referenced by getDefaultView().
|
staticprivate |
Definition at line 116 of file class.ilForumProperties.php.
|
private |
Definition at line 108 of file class.ilForumProperties.php.
Referenced by getMarkModeratorPosts().
|
private |
Global notification-type setting (CRS/GRP) possible values: 'all_users', 'per_user', null (default)
private
Definition at line 70 of file class.ilForumProperties.php.
Referenced by getNotificationType().
|
private |
Object id of current forum private.
Definition at line 36 of file class.ilForumProperties.php.
Referenced by getObjId().
|
private |
Activation of new posts private.
Definition at line 60 of file class.ilForumProperties.php.
Referenced by isPostActivationEnabled().
|
private |
Preset subject on reply.
If deactivated, user is forced to enter a new subject
private
Definition at line 99 of file class.ilForumProperties.php.
Referenced by getPresetSubject().
|
private |
Defines if a forum can show ranking statistics private.
Definition at line 54 of file class.ilForumProperties.php.
Referenced by isStatisticEnabled().
|
private |
Definition at line 91 of file class.ilForumProperties.php.
Referenced by isThreadRatingAllowed().
|
private |
Activation of allowing members to deactivate (CRS/GRP)forum notification private.
Definition at line 81 of file class.ilForumProperties.php.
Referenced by isUserToggleNoti().