|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Simple value class for basic information about a pluginslot. More...
Collaboration diagram for ilPluginSlotInfo:Public Member Functions | |
| __construct (ilComponentInfo $component, string $id, string $name, array &$plugins) | |
| getComponent () | |
| getId () | |
| getName () | |
| getQualifiedName () | |
| 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 25 of file class.ilPluginSlotInfo.php.
| ilPluginSlotInfo::__construct | ( | ilComponentInfo | $component, |
| string | $id, | ||
| string | $name, | ||
| array & | $plugins | ||
| ) |
Definition at line 35 of file class.ilPluginSlotInfo.php.
References $component, $id, $name, and $plugins.
| ilPluginSlotInfo::getActivePlugins | ( | ) |
Definition at line 123 of file class.ilPluginSlotInfo.php.
References XapiProxy\$plugin, and getPlugins().
Referenced by hasActivePlugins().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPluginSlotInfo::getComponent | ( | ) |
Definition at line 47 of file class.ilPluginSlotInfo.php.
References $component.
| ilPluginSlotInfo::getId | ( | ) |
| ilPluginSlotInfo::getName | ( | ) |
Definition at line 57 of file class.ilPluginSlotInfo.php.
References $name.
Referenced by getQualifiedName().
Here is the caller graph for this function:| ilPluginSlotInfo::getPluginById | ( | string | $id | ) |
Definition at line 85 of file class.ilPluginSlotInfo.php.
References $id, and hasPluginId().
Here is the call graph for this function:| ilPluginSlotInfo::getPluginByName | ( | string | $name | ) |
Definition at line 108 of file class.ilPluginSlotInfo.php.
References $name, XapiProxy\$plugin, and getPlugins().
Here is the call graph for this function:| ilPluginSlotInfo::getPlugins | ( | ) |
Definition at line 70 of file class.ilPluginSlotInfo.php.
References XapiProxy\$plugin.
Referenced by getActivePlugins(), getPluginByName(), and hasPluginName().
Here is the caller graph for this function:| ilPluginSlotInfo::getQualifiedName | ( | ) |
Definition at line 62 of file class.ilPluginSlotInfo.php.
References getName().
Here is the call graph for this function:| ilPluginSlotInfo::hasActivePlugins | ( | ) |
Definition at line 132 of file class.ilPluginSlotInfo.php.
References getActivePlugins().
Here is the call graph for this function:| ilPluginSlotInfo::hasPluginId | ( | string | $id | ) |
Definition at line 77 of file class.ilPluginSlotInfo.php.
Referenced by getPluginById().
Here is the caller graph for this function:| ilPluginSlotInfo::hasPluginName | ( | string | $name | ) |
Definition at line 95 of file class.ilPluginSlotInfo.php.
References $name, XapiProxy\$plugin, and getPlugins().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilPluginSlotInfo.php.
Referenced by __construct(), and getComponent().
|
protected |
Definition at line 28 of file class.ilPluginSlotInfo.php.
Referenced by __construct(), getId(), and getPluginById().
|
protected |
Definition at line 29 of file class.ilPluginSlotInfo.php.
Referenced by __construct(), getName(), getPluginByName(), and hasPluginName().
|
protected |
Definition at line 33 of file class.ilPluginSlotInfo.php.
Referenced by __construct().