|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilForumLP:
Collaboration diagram for ilForumLP:Static Public Member Functions | |
| static | getDefaultModes (bool $lp_active) |
| Get available type-specific default modes (no administration needed) More... | |
Static Public Member Functions inherited from ilObjectLP | |
| 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 | |
Protected Member Functions inherited from ilObjectLP | |
| __construct (int $obj_id) | |
| resetCustomLPDataForUserIds (array $user_ids, bool $recursive=true) | |
| gatherLPUsers () | |
| updateParentCollections () | |
Static Protected Member Functions inherited from ilObjectLP | |
| 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) |
Protected Attributes inherited from ilObjectLP | |
| ilTree | $tree |
| ilDBInterface | $db |
| ilObjectDefinition | $objectDefinition |
| int | $obj_id |
| ilLPCollection | $collection_instance = null |
| int | $mode = null |
Static Protected Attributes inherited from ilObjectLP | |
| 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\Mail\$refinery, ilForumProperties\getInstance(), and ilLPObjSettings\LP_MODE_CONTRIBUTION_TO_DISCUSSION.
Here is the call graph for this function:| 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, $text, ilForumProperties\getInstance(), and ilLPObjSettings\LP_MODE_CONTRIBUTION_TO_DISCUSSION.
Here is the call graph for this function:| 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.