| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilPluginLP:
 Inheritance diagram for ilPluginLP: Collaboration diagram for ilPluginLP:
 Collaboration diagram for ilPluginLP:| Public Member Functions | |
| getPluginInstance () | |
| getDefaultMode () | |
| getValidModes () | |
| getCurrentMode () | |
|  Public Member Functions inherited from ilObjectLP | |
| resetCaches () | |
| isAnonymized () | |
| isActive () | |
| getModeText ($a_mode) | |
| getModeInfoText ($a_mode) | |
| getCollectionInstance () | |
| getMembers ($a_search=true) | |
| resetLPDataForCompleteObject ($a_recursive=true) | |
| resetLPDataForUserIds (array $a_user_ids, $a_recursive=true) | |
| handleToTrash () | |
| handleDelete () | |
| Data Fields | |
| const | INACTIVE_PLUGIN = -1 | 
| Protected Member Functions | |
| __construct ($a_obj_id) | |
| initPlugin () | |
|  Protected Member Functions inherited from ilObjectLP | |
| resetCustomLPDataForUserIds (array $a_user_ids, $a_recursive=true) | |
| gatherLPUsers () | |
| updateParentCollections () | |
| Protected Attributes | |
| $status | |
|  Protected Attributes inherited from ilObjectLP | |
| $obj_id | |
| $collection_instance | |
| $mode | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from ilObjectLP | |
| static | getInstance ($a_obj_id) | 
| static | handleMove ($a_source_ref_id) | 
Definition at line 14 of file class.ilPluginLP.php.
| 
 | protected | 
Reimplemented from ilObjectLP.
Definition at line 20 of file class.ilPluginLP.php.
References initPlugin().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPluginLP::getCurrentMode | ( | ) | 
Reimplemented from ilObjectLP.
Definition at line 64 of file class.ilPluginLP.php.
References ilLPObjSettings\LP_MODE_PLUGIN, and ilLPObjSettings\LP_MODE_UNDEFINED.
| ilPluginLP::getDefaultMode | ( | ) | 
Reimplemented from ilObjectLP.
Definition at line 51 of file class.ilPluginLP.php.
References ilLPObjSettings\LP_MODE_UNDEFINED.
| ilPluginLP::getPluginInstance | ( | ) | 
| ilPluginLP::getValidModes | ( | ) | 
Reimplemented from ilObjectLP.
Definition at line 56 of file class.ilPluginLP.php.
References ilLPObjSettings\LP_MODE_PLUGIN, and ilLPObjSettings\LP_MODE_UNDEFINED.
| 
 | protected | 
Definition at line 27 of file class.ilPluginLP.php.
References ilObject\_lookupType(), ilObjectFactory\getInstanceByObjId(), INACTIVE_PLUGIN, and ilRepositoryObjectPluginSlot\isTypePluginWithLP().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 16 of file class.ilPluginLP.php.
Referenced by getPluginInstance().
| const ilPluginLP::INACTIVE_PLUGIN = -1 | 
Definition at line 18 of file class.ilPluginLP.php.
Referenced by ilLPStatusPlugin\_getCompleted(), ilLPStatusPlugin\_getFailed(), ilLPStatusPlugin\_getInProgress(), ilLPStatusPlugin\_getNotAttempted(), ilLPStatusPlugin\determinePercentage(), ilLPStatusPlugin\determineStatus(), and initPlugin().