|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilTestLP:
Collaboration diagram for ilTestLP:Public Member Functions | |
| __construct (int $obj_id) | |
| getDefaultMode () | |
| getValidModes () | |
| isAnonymized () | |
| setTestObject (\ilObjTest $test) | |
Public Member Functions inherited from ilObjectLP | |
| resetCaches () | |
| isAnonymized () | |
| getDefaultMode () | |
| getValidModes () | |
| getCurrentMode () | |
| isActive () | |
| getModeText (int $mode) | |
| getModeInfoText (int $mode) | |
| getSettingsInfo () | |
| getCollectionInstance () | |
| getMembers (bool $search=true) | |
| resetLPDataForCompleteObject (bool $recursive=true) | |
| resetLPDataForUserIds (array $user_ids, bool $recursive=true) | |
| handleToTrash () | |
| handleDelete () | |
| getMailTemplateId () | |
| hasIndividualModeOptions () | |
| initInvidualModeOptions (ilRadioGroupInputGUI $modeRadio) | |
| shouldFetchIndividualModeFromFormSubmission () | |
| fetchIndividualModeFromFormSubmission (ilPropertyFormGUI $form) | |
| appendModeConfiguration (int $mode, ilRadioOption $modeElement) | |
| saveModeConfiguration (ilPropertyFormGUI $form, bool &$modeChanged) | |
Static Public Member Functions | |
| static | getDefaultModes (bool $a_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) |
Protected Member Functions | |
| resetCustomLPDataForUserIds (array $user_ids, bool $recursive=true) | |
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 | |
| $testObj | |
Protected Attributes inherited from ilObjectLP | |
| ilTree | $tree |
| ilDBInterface | $db |
| ilObjectDefinition | $objectDefinition |
| int | $obj_id |
| ilLPCollection | $collection_instance = null |
| int | $mode = null |
Private Attributes | |
| ILIAS Test InternalRequestService | $request |
Additional Inherited Members | |
Static Protected Attributes inherited from ilObjectLP | |
| static array | $type_defaults = null |
Definition at line 26 of file class.ilTestLP.php.
| ilTestLP::__construct | ( | int | $obj_id | ) |
Reimplemented from ilObjectLP.
Definition at line 35 of file class.ilTestLP.php.
References $DIC, ilObjectLP\$obj_id, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilTestLP::getDefaultMode | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 52 of file class.ilTestLP.php.
References ilLPObjSettings\LP_MODE_TEST_PASSED.
|
static |
Get available type-specific default modes (no administration needed)
Reimplemented from ilObjectLP.
Definition at line 43 of file class.ilTestLP.php.
References ilLPObjSettings\LP_MODE_DEACTIVATED, ilLPObjSettings\LP_MODE_TEST_FINISHED, and ilLPObjSettings\LP_MODE_TEST_PASSED.
| ilTestLP::getValidModes | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 57 of file class.ilTestLP.php.
References ilLPObjSettings\LP_MODE_DEACTIVATED, ilLPObjSettings\LP_MODE_TEST_FINISHED, and ilLPObjSettings\LP_MODE_TEST_PASSED.
| ilTestLP::isAnonymized | ( | ) |
Reimplemented from ilObjectLP.
Definition at line 66 of file class.ilTestLP.php.
References ilObjTest\_lookupAnonymity().
Here is the call graph for this function:
|
staticprotected |
Find (lp-relevant) members for given object ids.
Reimplemented from ilObjectLP.
Definition at line 122 of file class.ilTestLP.php.
|
protected |
Reimplemented from ilObjectLP.
Definition at line 79 of file class.ilTestLP.php.
References $testObj, ilLPStatusFactory\_getInstance(), ilLOUserResults\deleteResultsFromLP(), ilLOTestAssignments\getInstance(), ilObjectFactory\getInstanceByObjId(), ilLOTestAssignments\lookupContainerForTest(), ilLOTestAssignments\lookupObjectivesForTest(), ilLOSettings\TYPE_TEST_INITIAL, and ilLOSettings\TYPE_TEST_QUALIFIED.
Here is the call graph for this function:| ilTestLP::setTestObject | ( | \ilObjTest | $test | ) |
| ilObjTest | $test |
Definition at line 74 of file class.ilTestLP.php.
|
private |
Definition at line 28 of file class.ilTestLP.php.
|
protected |
Definition at line 33 of file class.ilTestLP.php.
Referenced by resetCustomLPDataForUserIds().