|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 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 122 of file class.ilPluginSlotInfo.php.
References $id, 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 46 of file class.ilPluginSlotInfo.php.
References $component.
| ilPluginSlotInfo::getId | ( | ) |
Definition at line 51 of file class.ilPluginSlotInfo.php.
References $id.
| ilPluginSlotInfo::getName | ( | ) |
Definition at line 56 of file class.ilPluginSlotInfo.php.
References $name.
Referenced by getQualifiedName().
Here is the caller graph for this function:| ilPluginSlotInfo::getPluginById | ( | string | $id | ) |
InvalidArgumentException if plugin does not exist
Definition at line 84 of file class.ilPluginSlotInfo.php.
References $id, and hasPluginId().
Here is the call graph for this function:| ilPluginSlotInfo::getPluginByName | ( | string | $name | ) |
InvalidArgumentException if plugin does not exist
Definition at line 107 of file class.ilPluginSlotInfo.php.
References $name, XapiProxy\$plugin, and getPlugins().
Here is the call graph for this function:| ilPluginSlotInfo::getPlugins | ( | ) |
Definition at line 69 of file class.ilPluginSlotInfo.php.
References $id, and XapiProxy\$plugin.
Referenced by getActivePlugins(), getPluginByName(), and hasPluginName().
Here is the caller graph for this function:| ilPluginSlotInfo::getQualifiedName | ( | ) |
Definition at line 61 of file class.ilPluginSlotInfo.php.
References getName().
Here is the call graph for this function:| ilPluginSlotInfo::hasActivePlugins | ( | ) |
Definition at line 131 of file class.ilPluginSlotInfo.php.
References getActivePlugins().
Here is the call graph for this function:| ilPluginSlotInfo::hasPluginId | ( | string | $id | ) |
Definition at line 76 of file class.ilPluginSlotInfo.php.
References $id.
Referenced by getPluginById().
Here is the caller graph for this function:| ilPluginSlotInfo::hasPluginName | ( | string | $name | ) |
Definition at line 94 of file class.ilPluginSlotInfo.php.
References $name, XapiProxy\$plugin, and getPlugins().
Here is the call graph for this function:
|
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(), getActivePlugins(), getId(), getPluginById(), getPlugins(), and hasPluginId().
|
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().