ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Simple value class for basic information about a pluginslot. More...
Public Member Functions | |
__construct (ilComponentInfo $component, string $id, string $name, array &$plugins) | |
getComponent () | |
getId () | |
getName () | |
getQualifiedName () | |
getPath () | |
getPlugins () | |
hasPluginId (string $id) | |
getPluginById (string $id) | |
hasPluginName (string $name) | |
getPluginByName (string $name) | |
getActivePlugins () | |
hasActivePlugins () | |
Protected Attributes | |
ilComponentInfo | $component |
string | $id |
string | $name |
array | $plugins |
Simple value class for basic information about a pluginslot.
Definition at line 24 of file class.ilPluginSlotInfo.php.
ilPluginSlotInfo::__construct | ( | ilComponentInfo | $component, |
string | $id, | ||
string | $name, | ||
array & | $plugins | ||
) |
Definition at line 34 of file class.ilPluginSlotInfo.php.
References $component, $id, $name, and $plugins.
ilPluginSlotInfo::getActivePlugins | ( | ) |
Definition at line 127 of file class.ilPluginSlotInfo.php.
References XapiProxy\$plugin, and getPlugins().
Referenced by hasActivePlugins().
ilPluginSlotInfo::getComponent | ( | ) |
Definition at line 46 of file class.ilPluginSlotInfo.php.
References $component.
ilPluginSlotInfo::getId | ( | ) |
ilPluginSlotInfo::getName | ( | ) |
Definition at line 56 of file class.ilPluginSlotInfo.php.
References $name.
Referenced by getQualifiedName().
ilPluginSlotInfo::getPath | ( | ) |
Definition at line 66 of file class.ilPluginSlotInfo.php.
References getQualifiedName(), and ilComponentRepository\PLUGIN_BASE_PATH.
ilPluginSlotInfo::getPluginById | ( | string | $id | ) |
Definition at line 89 of file class.ilPluginSlotInfo.php.
References $id, and hasPluginId().
ilPluginSlotInfo::getPluginByName | ( | string | $name | ) |
Definition at line 112 of file class.ilPluginSlotInfo.php.
References $name, XapiProxy\$plugin, and getPlugins().
ilPluginSlotInfo::getPlugins | ( | ) |
Definition at line 74 of file class.ilPluginSlotInfo.php.
References XapiProxy\$plugin.
Referenced by getActivePlugins(), getPluginByName(), and hasPluginName().
ilPluginSlotInfo::getQualifiedName | ( | ) |
Definition at line 61 of file class.ilPluginSlotInfo.php.
References getName().
Referenced by getPath().
ilPluginSlotInfo::hasActivePlugins | ( | ) |
Definition at line 136 of file class.ilPluginSlotInfo.php.
References getActivePlugins().
ilPluginSlotInfo::hasPluginId | ( | string | $id | ) |
Definition at line 81 of file class.ilPluginSlotInfo.php.
Referenced by getPluginById().
ilPluginSlotInfo::hasPluginName | ( | string | $name | ) |
Definition at line 99 of file class.ilPluginSlotInfo.php.
References $name, XapiProxy\$plugin, and getPlugins().
|
protected |
Definition at line 26 of file class.ilPluginSlotInfo.php.
Referenced by __construct(), and getComponent().
|
protected |
Definition at line 27 of file class.ilPluginSlotInfo.php.
Referenced by __construct(), getId(), and getPluginById().
|
protected |
Definition at line 28 of file class.ilPluginSlotInfo.php.
Referenced by __construct(), getName(), getPluginByName(), and hasPluginName().
|
protected |
Definition at line 32 of file class.ilPluginSlotInfo.php.
Referenced by __construct().