ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getPlugin (string $id) | |
Get the plugin for the given id. More... | |
getActivePluginsInSlot (string $slot_id) | |
Get the active plugins for the given slot. More... | |
Definition at line 24 of file class.ilComponentFactory.php.
ilComponentFactory::getActivePluginsInSlot | ( | string | $slot_id | ) |
Get the active plugins for the given slot.
There will only be one instance for a given id in one process, so the instance might be shared among various components.
Implemented in ilComponentFactoryImplementation.
ilComponentFactory::getPlugin | ( | string | $id | ) |
Get the plugin for the given id.
There will only be one instance for a given id in one process, so the instance might be shared among various components.
Implemented in ilComponentFactoryImplementation.
Referenced by ilObjectPlugin\getPluginObjectByType().