|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilComponentFactory:
Collaboration diagram for ilComponentFactory: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().
Here is the caller graph for this function: