| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilRepositoryObjectPlugin:
 Collaboration diagram for ilRepositoryObjectPlugin:Public Member Functions | |
| getParentTypes () | |
| allowCopy () | |
| decides if this repository plugin can be copied  More... | |
| useOrguPermissions () | |
| Decide if this repository plugin uses OrgUnit Permissions.  More... | |
| getPrefix () | |
  Public Member Functions inherited from ilPlugin | |
| getMessage () | |
| __construct (\ilDBInterface $db, \ilComponentRepositoryWrite $component_repository, string $id) | |
| getPluginName () | |
| getId () | |
| getVersion () | |
| Only very little classes seem to care about this:  More... | |
| getDirectory () | |
| Only very little classes seem to care about this:  More... | |
| isActive () | |
| Only very little classes seem to care about this:  More... | |
| needsUpdate () | |
| install () | |
| uninstall () | |
| activate () | |
| This will update (if required) and activate the plugin.  More... | |
| deactivate () | |
| update () | |
| loadLanguageModule () | |
| Load language module for plugin.  More... | |
| txt (string $a_var) | |
| Get Language Variable (prefix will be prepended automatically)  More... | |
| getTemplate (string $a_template, bool $a_par1=true, bool $a_par2=true) | |
| ILIAS is moving towards UI components and plugins are expected to use these components.  More... | |
| getStyleSheetLocation (string $a_css_file) | |
| ILIAS is moving towards UI components and plugins are expected to use these components.  More... | |
| addBlockFile ($a_tpl, $a_var, $a_block, $a_tplname) | |
| ILIAS is moving towards UI components and plugins are expected to use these components.  More... | |
| getGlobalScreenProviderCollection () | |
| exchangeUIRendererAfterInitialization (\ILIAS\DI\Container $dic) | |
| This methods allows to replace the UI Renderer (see src/UI) of ILIAS after initialization by returning a closure returning a custom renderer.  More... | |
| exchangeUIFactoryAfterInitialization (string $dic_key, \ILIAS\DI\Container $dic) | |
| This methods allows to replace some factory for UI Components (see src/UI) of ILIAS after initialization by returning a closure returning a custom factory.  More... | |
Static Public Member Functions | |
| static | _getImagePath (string $a_ctype, string $a_cname, string $a_slot_id, string $a_pname, string $a_img) | 
| Only very little classes seem to care about this:  More... | |
| static | _getIcon (string $a_type) | 
| static | _getName (string $a_id) | 
Protected Member Functions | |
| beforeActivation () | |
| beforeUninstallCustom () | |
| uninstallCustom () | |
| beforeUninstall () | |
  Protected Member Functions inherited from ilPlugin | |
| init () | |
| Object initialization.  More... | |
| getPluginInfo () | |
| getComponentInfo () | |
| getPluginSlotInfo () | |
| afterInstall () | |
| If you cannot get rid of the requirement to use this, adjust the install method in your subclass instead.  More... | |
| beforeUninstall () | |
| If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead.  More... | |
| afterUninstall () | |
| If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead.  More... | |
| beforeActivation () | |
| If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead.  More... | |
| afterActivation () | |
| If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead.  More... | |
| afterDeactivation () | |
| If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead.  More... | |
| updateDatabase () | |
| beforeUpdate () | |
| If you cannot get rid of the requirement to use this, adjust the update method in your subclass instead.  More... | |
| afterUpdate () | |
| getLanguageHandler () | |
| buildLanguageHandler () | |
Protected Attributes | |
| ilLanguage | $lng | 
  Protected Attributes inherited from ilPlugin | |
| ilDBInterface | $db | 
| ilComponentRepositoryWrite | $component_repository | 
| string | $id | 
| ilPluginLanguage | $language_handler = null | 
| bool | $lang_initialised = false | 
| ProviderCollection | $provider_collection | 
| string | $message = '' | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Abstract parent class for all repository object plugin classes.
Definition at line 24 of file class.ilRepositoryObjectPlugin.php.
      
  | 
  static | 
Definition at line 68 of file class.ilRepositoryObjectPlugin.php.
References ilPlugin\$component_repository, $DIC, ilComponentRepository\getPluginById(), and ilComponentInfo\TYPES.
 Here is the call graph for this function:
      
  | 
  static | 
Only very little classes seem to care about this:
| string | $a_ctype | |
| string | $a_cname | |
| string | $a_slot_id | |
| string | $a_pname | |
| string | $a_img | 
Definition at line 41 of file class.ilRepositoryObjectPlugin.php.
References ilPlugin\$component_repository, Vendor\Package\$d, $DIC, XapiProxy\$plugin, ilComponentRepository\getComponentByTypeAndName(), ilUtil\getImagePath(), and ilComponentRepository\getPluginByName().
Referenced by ilOrgUnitExtensionPlugin\_getIcon().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 81 of file class.ilRepositoryObjectPlugin.php.
References ilPlugin\$component_repository, $DIC, ilComponentRepository\getPluginById(), and ilComponentRepository\hasPluginId().
 Here is the call graph for this function:| ilRepositoryObjectPlugin::allowCopy | ( | ) | 
decides if this repository plugin can be copied
Definition at line 228 of file class.ilRepositoryObjectPlugin.php.
Referenced by beforeActivation().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 91 of file class.ilRepositoryObjectPlugin.php.
References ilPlugin\$db, $ilDB, ilRbacReview\_getOperationIdByName(), allowCopy(), ilPlugin\getId(), getParentTypes(), ilPlugin\getPluginName(), and ilUtil\now().
 Here is the call graph for this function:
      
  | 
  finalprotected | 
Definition at line 202 of file class.ilRepositoryObjectPlugin.php.
References beforeUninstallCustom(), ilPlugin\getId(), and uninstallCustom().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 193 of file class.ilRepositoryObjectPlugin.php.
References uninstallCustom().
Referenced by beforeUninstall().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilRepositoryObjectPlugin::getParentTypes | ( | ) | 
Definition at line 219 of file class.ilRepositoryObjectPlugin.php.
Referenced by beforeActivation().
 Here is the caller graph for this function:| ilRepositoryObjectPlugin::getPrefix | ( | ) | 
Definition at line 241 of file class.ilRepositoryObjectPlugin.php.
References ilPlugin\getLanguageHandler().
 Here is the call graph for this function:
      
  | 
  abstractprotected | 
Referenced by beforeUninstall(), and beforeUninstallCustom().
 Here is the caller graph for this function:| ilRepositoryObjectPlugin::useOrguPermissions | ( | ) | 
Decide if this repository plugin uses OrgUnit Permissions.
Definition at line 236 of file class.ilRepositoryObjectPlugin.php.
      
  | 
  protected | 
Definition at line 26 of file class.ilRepositoryObjectPlugin.php.