ILIAS
Release_4_0_x_branch Revision 61816
|
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 () |
Static Public Member Functions | |
static | getInstance ($a_obj_id=0) |
static | _isAnonymized ($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. | |
$db = null | |
DB Object private. |
Static Private Attributes | |
static | $instances = array() |
Definition at line 30 of file class.ilForumProperties.php.
|
protected |
|
private |
Definition at line 79 of file class.ilForumProperties.php.
|
static |
Definition at line 204 of file class.ilForumProperties.php.
References $ilDB, and $result.
Referenced by ilPDNewsTableGUI\fillRow().
ilForumProperties::copy | ( | $a_new_obj_id | ) |
Definition at line 159 of file class.ilForumProperties.php.
ilForumProperties::getDefaultView | ( | ) |
Definition at line 184 of file class.ilForumProperties.php.
References $default_view.
|
static |
Definition at line 83 of file class.ilForumProperties.php.
Referenced by ilObjForum\cloneObject(), ilForumExportGUI\exportHTML(), ilObjForumListGUI\getProperties(), ilForumExplorer\ilForumExplorer(), and ilObjForumGUI\ilObjForumGUI().
ilForumProperties::getObjId | ( | ) |
Definition at line 232 of file class.ilForumProperties.php.
References $obj_id.
ilForumProperties::insert | ( | ) |
Definition at line 120 of file class.ilForumProperties.php.
ilForumProperties::isAnonymized | ( | ) |
Definition at line 200 of file class.ilForumProperties.php.
References $anonymized.
ilForumProperties::isPostActivationEnabled | ( | ) |
Definition at line 223 of file class.ilForumProperties.php.
References $post_activation_enabled.
ilForumProperties::isStatisticEnabled | ( | ) |
Definition at line 192 of file class.ilForumProperties.php.
References $statistics_enabled.
|
private |
Definition at line 93 of file class.ilForumProperties.php.
Referenced by __construct(), and setObjId().
ilForumProperties::setAnonymisation | ( | $a_anonymized | ) |
Definition at line 196 of file class.ilForumProperties.php.
ilForumProperties::setDefaultView | ( | $a_default_view | ) |
Definition at line 180 of file class.ilForumProperties.php.
ilForumProperties::setObjId | ( | $a_obj_id = 0 | ) |
Definition at line 227 of file class.ilForumProperties.php.
References read().
ilForumProperties::setPostActivation | ( | $a_post_activation | ) |
Definition at line 219 of file class.ilForumProperties.php.
ilForumProperties::setStatisticsStatus | ( | $a_statistic_status | ) |
Definition at line 188 of file class.ilForumProperties.php.
ilForumProperties::update | ( | ) |
Definition at line 141 of file class.ilForumProperties.php.
|
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 66 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 68 of file class.ilForumProperties.php.
|
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 |
Defines if a forum can show ranking statistics private.
Definition at line 54 of file class.ilForumProperties.php.
Referenced by isStatisticEnabled().