ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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.
Referenced by ilOrgUnitExtension\__construct().
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 ilPCPlugged\getPluginName(), and ilObjectPlugin\getPluginObjectByType().