ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Static Public Member Functions | |
static | getDefaultModes (bool $lp_active) |
Get available type-specific default modes (no administration needed) More... | |
![]() | |
static | getInstance (int $obj_id) |
static | getTypeClass (string $type) |
static | getSupportedObjectTypes () |
static | isSupportedObjectType (string $type) |
static | handleMove (int $source_ref_id) |
static | getLPMemberships (int $usr_id, array $obj_ids, ?int $parent_ref_id=null, bool $mapped_ref_ids=false) |
Get all objects where given user is member (from LP POV) More... | |
static | supportsSpentSeconds (string $obj_type) |
static | supportsMark (string $obj_type) |
static | supportsMatrixView (string $obj_type) |
static | getDefaultModes (bool $lp_active) |
Get available type-specific default modes (no administration needed) More... | |
static | saveTypeDefaults (array $data) |
static | getTypeDefault (string $type) |
Additional Inherited Members | |
![]() | |
__construct (int $obj_id) | |
resetCustomLPDataForUserIds (array $user_ids, bool $recursive=true) | |
gatherLPUsers () | |
updateParentCollections () | |
![]() | |
static | isLPMember (array &$res, int $usr_id, array $obj_ids) |
Find (lp-relevant) members for given object ids. More... | |
static | findMembershipsByPath (array &$res, int $usr_id, int $parent_ref_id, array $obj_ids, bool $mapped_ref_ids=false) |
Find (lp-relevant) memberships by path. More... | |
static | getTypeDefaultFromDB (string $type) |
![]() | |
ilTree | $tree |
ilDBInterface | $db |
ilObjectDefinition | $objectDefinition |
int | $obj_id |
ilLPCollection | $collection_instance = null |
int | $mode = null |
![]() | |
static array | $type_defaults = null |
Class ilForumLP.
Definition at line 27 of file class.ilForumLP.php.
ilForumLP::appendModeConfiguration | ( | int | $mode | ) |
Reimplemented from ilObjectLP.
Definition at line 29 of file class.ilForumLP.php.
References $DIC, $lng, ilObjectLP\$mode, ILIAS\UI\examples\Layout\Page\Standard\$refinery, ilForumProperties\getInstance(), and ilLPObjSettings\LP_MODE_CONTRIBUTION_TO_DISCUSSION.
ilForumLP::getDefaultMode | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 95 of file class.ilForumLP.php.
References ilLPObjSettings\LP_MODE_DEACTIVATED.
|
static |
Get available type-specific default modes (no administration needed)
Reimplemented from ilObjectLP.
Definition at line 81 of file class.ilForumLP.php.
References ilLPObjSettings\LP_MODE_CONTRIBUTION_TO_DISCUSSION, and ilLPObjSettings\LP_MODE_DEACTIVATED.
ilForumLP::getModeText | ( | int | $mode | ) |
Reimplemented from ilObjectLP.
Definition at line 108 of file class.ilForumLP.php.
References $DIC, ilForumProperties\getInstance(), and ilLPObjSettings\LP_MODE_CONTRIBUTION_TO_DISCUSSION.
ilForumLP::getValidModes | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 100 of file class.ilForumLP.php.
References ilLPObjSettings\LP_MODE_CONTRIBUTION_TO_DISCUSSION, and ilLPObjSettings\LP_MODE_DEACTIVATED.
ilForumLP::saveModeConfiguration | ( | string | $selected_group, |
array | $group_data, | ||
bool & | $modeChanged | ||
) |
string | $selected_group | post var of the selected group |
array<string,mixed> | $group_data data of the that group as array, as processed by the KS |
Reimplemented from ilObjectLP.
Definition at line 58 of file class.ilForumLP.php.