|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilScormLP:
Collaboration diagram for ilScormLP:Static Public Member Functions | |
| static | getDefaultModes (bool $a_lp_active) |
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) |
Protected Member Functions | |
| checkSCORMPreconditions () | |
Protected Member Functions inherited from ilObjectLP | |
| __construct (int $obj_id) | |
| resetCustomLPDataForUserIds (array $user_ids, bool $recursive=true) | |
| gatherLPUsers () | |
| updateParentCollections () | |
Static Protected Member Functions | |
| static | isLPMember (array &$a_res, int $a_usr_id, array $a_obj_ids) |
| Find (lp-relevant) members for given object ids. More... | |
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 | |
| bool | $precondition_cache = null |
Protected Attributes inherited from ilObjectLP | |
| ilTree | $tree |
| ilDBInterface | $db |
| ilObjectDefinition | $objectDefinition |
| int | $obj_id |
| ilLPCollection | $collection_instance = null |
| int | $mode = null |
Additional Inherited Members | |
Static Protected Attributes inherited from ilObjectLP | |
| static array | $type_defaults = null |
Definition at line 27 of file class.ilScormLP.php.
|
protected |
Definition at line 100 of file class.ilScormLP.php.
References $precondition_cache, and ilConditionHandler\getNumberOfConditionsOfTrigger().
Referenced by getValidModes().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScormLP::getCurrentMode | ( | ) |
AK, 14Sep2018: This looks strange, the mode is auto-activated if this object is used as a precondition trigger? This is not implemented for any other object type.
Reimplemented from ilObjectLP.
Definition at line 92 of file class.ilScormLP.php.
| ilScormLP::getDefaultMode | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 42 of file class.ilScormLP.php.
References ilLPObjSettings\LP_MODE_DEACTIVATED.
|
static |
Reimplemented from ilObjectLP.
Definition at line 34 of file class.ilScormLP.php.
References ilLPObjSettings\LP_MODE_DEACTIVATED, and ilLPObjSettings\LP_MODE_SCORM_PACKAGE.
| ilScormLP::getMailTemplateId | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 154 of file class.ilScormLP.php.
References ilScormMailTemplateLPContext\ID.
| ilScormLP::getValidModes | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 47 of file class.ilScormLP.php.
References ilObjSAHSLearningModule\_lookupSubType(), checkSCORMPreconditions(), ilLPObjSettings\LP_MODE_DEACTIVATED, ilLPObjSettings\LP_MODE_SCORM, and ilLPObjSettings\LP_MODE_SCORM_PACKAGE.
Here is the call graph for this function:
|
staticprotected |
Find (lp-relevant) members for given object ids.
Reimplemented from ilObjectLP.
Definition at line 114 of file class.ilScormLP.php.
|
protected |
Definition at line 29 of file class.ilScormLP.php.
Referenced by checkSCORMPreconditions().