ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilComponentFactory Interface Reference
+ 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...
 

Detailed Description

Member Function Documentation

◆ getActivePluginsInSlot()

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.

Returns
<ilPlugin>

Implemented in ilComponentFactoryImplementation.

Referenced by ilOrgUnitExtension\__construct().

+ Here is the caller graph for this function:

◆ getPlugin()

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().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: