ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Helper methods for repository object plugins. More...
Static Public Member Functions | |
static | addCreatableSubObjects ($a_obj_array) |
Adds objects that can be created to the add new object list array. More... | |
static | isTypePlugin ($a_type, $a_active_status=true) |
Checks whether a repository type is a plugin or not. More... | |
static | isTypePluginWithLP ($a_type, $a_active_status=true) |
Check whether a repository type is a plugin which has active learning progress. More... | |
Helper methods for repository object plugins.
Definition at line 11 of file class.ilRepositoryObjectPluginSlot.php.
|
static |
Adds objects that can be created to the add new object list array.
Definition at line 16 of file class.ilRepositoryObjectPluginSlot.php.
References $DIC, and IL_COMP_SERVICE.
|
static |
Checks whether a repository type is a plugin or not.
Definition at line 35 of file class.ilRepositoryObjectPluginSlot.php.
References $DIC, IL_COMP_SERVICE, and ilPlugin\lookupNameForId().
|
static |
Check whether a repository type is a plugin which has active learning progress.
string | $a_type | |
bool | $a_active_status |
Definition at line 63 of file class.ilRepositoryObjectPluginSlot.php.
References $DIC, IL_COMP_SERVICE, and ilPlugin\lookupNameForId().
Referenced by ilLPCollectionOfRepositoryObjects\getPossibleItems(), ilLPTableBaseGUI\getPossibleTypes(), ilObjectLP\getSupportedObjectTypes(), and ilPluginLP\initPlugin().