ILIAS
Release_4_1_x_branch Revision 61804
|
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 () |
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. | |
$db = null | |
DB Object private. |
Static Private Attributes | |
static | $instances = array() |
|
protected |
|
private |
Definition at line 126 of file class.ilForumProperties.php.
|
static |
Definition at line 316 of file class.ilForumProperties.php.
Referenced by ilForumNotification\checkForumsExistsInsert().
|
static |
Definition at line 263 of file class.ilForumProperties.php.
References $ilDB, and $result.
Referenced by ilPDNewsTableGUI\fillRow().
|
static |
Definition at line 331 of file class.ilForumProperties.php.
Referenced by ilForumNotification\checkForumsExistsInsert().
ilForumProperties::copy | ( | $a_new_obj_id | ) |
Definition at line 217 of file class.ilForumProperties.php.
ilForumProperties::getAddReSubject | ( | ) |
Definition at line 369 of file class.ilForumProperties.php.
References $add_re_subject.
ilForumProperties::getDefaultView | ( | ) |
Definition at line 243 of file class.ilForumProperties.php.
References $default_view.
|
static |
Definition at line 130 of file class.ilForumProperties.php.
Referenced by ilObjForum\cloneObject(), ilForumExportGUI\exportHTML(), ilObjForumListGUI\getProperties(), ilForumExplorer\ilForumExplorer(), ilObjForumGUI\ilObjForumGUI(), and ilForumDataSet\importRecord().
ilForumProperties::getNotificationType | ( | ) |
Definition at line 381 of file class.ilForumProperties.php.
References $notification_type.
ilForumProperties::getObjId | ( | ) |
Definition at line 291 of file class.ilForumProperties.php.
References $obj_id.
ilForumProperties::getPresetSubject | ( | ) |
Definition at line 361 of file class.ilForumProperties.php.
References $preset_subject.
ilForumProperties::insert | ( | ) |
Definition at line 173 of file class.ilForumProperties.php.
ilForumProperties::isAdminForceNoti | ( | ) |
Definition at line 301 of file class.ilForumProperties.php.
References $admin_force_noti.
ilForumProperties::isAnonymized | ( | ) |
Definition at line 259 of file class.ilForumProperties.php.
References $anonymized.
ilForumProperties::isPostActivationEnabled | ( | ) |
Definition at line 282 of file class.ilForumProperties.php.
References $post_activation_enabled.
ilForumProperties::isStatisticEnabled | ( | ) |
Definition at line 251 of file class.ilForumProperties.php.
References $statistics_enabled.
ilForumProperties::isThreadRatingAllowed | ( | $a_allow_rating = null | ) |
Definition at line 345 of file class.ilForumProperties.php.
References $thread_ratings_allowed.
ilForumProperties::isUserToggleNoti | ( | ) |
Definition at line 311 of file class.ilForumProperties.php.
References $user_toggle_noti.
|
private |
Definition at line 140 of file class.ilForumProperties.php.
Referenced by __construct(), and setObjId().
ilForumProperties::setAddReSubject | ( | $a_add_re_subject | ) |
Definition at line 365 of file class.ilForumProperties.php.
ilForumProperties::setAdminForceNoti | ( | $a_admin_force | ) |
Definition at line 296 of file class.ilForumProperties.php.
ilForumProperties::setAnonymisation | ( | $a_anonymized | ) |
Definition at line 255 of file class.ilForumProperties.php.
ilForumProperties::setDefaultView | ( | $a_default_view | ) |
Definition at line 239 of file class.ilForumProperties.php.
ilForumProperties::setNotificationType | ( | $a_notification_type | ) |
Definition at line 374 of file class.ilForumProperties.php.
ilForumProperties::setObjId | ( | $a_obj_id = 0 | ) |
Definition at line 286 of file class.ilForumProperties.php.
References read().
ilForumProperties::setPostActivation | ( | $a_post_activation | ) |
Definition at line 278 of file class.ilForumProperties.php.
ilForumProperties::setPresetSubject | ( | $a_preset_subject | ) |
Definition at line 357 of file class.ilForumProperties.php.
ilForumProperties::setStatisticsStatus | ( | $a_statistic_status | ) |
Definition at line 247 of file class.ilForumProperties.php.
ilForumProperties::setUserToggleNoti | ( | $a_user_toggle | ) |
Definition at line 306 of file class.ilForumProperties.php.
ilForumProperties::update | ( | ) |
Definition at line 196 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 113 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 115 of file class.ilForumProperties.php.
|
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().