| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 () | |
| 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().
 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 | ( | ) | 
| 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::getPath | ( | ) | 
Definition at line 66 of file class.ilPluginSlotInfo.php.
References getQualifiedName(), and ilComponentRepository\PLUGIN_BASE_PATH.
 Here is the call graph for this function:| ilPluginSlotInfo::getPluginById | ( | string | $id | ) | 
Definition at line 89 of file class.ilPluginSlotInfo.php.
References $id, and hasPluginId().
 Here is the call graph for this function:| ilPluginSlotInfo::getPluginByName | ( | string | $name | ) | 
Definition at line 112 of file class.ilPluginSlotInfo.php.
References $name, XapiProxy\$plugin, and getPlugins().
 Here is the call graph for this function:| ilPluginSlotInfo::getPlugins | ( | ) | 
Definition at line 74 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 61 of file class.ilPluginSlotInfo.php.
References getName().
Referenced by getPath().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPluginSlotInfo::hasActivePlugins | ( | ) | 
Definition at line 136 of file class.ilPluginSlotInfo.php.
References getActivePlugins().
 Here is the call graph for this function:| ilPluginSlotInfo::hasPluginId | ( | string | $id | ) | 
Definition at line 81 of file class.ilPluginSlotInfo.php.
Referenced by getPluginById().
 Here is the caller graph for this function:| ilPluginSlotInfo::hasPluginName | ( | string | $name | ) | 
Definition at line 99 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(), 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().