| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Class ilSoapHookPlugin. More...
 Inheritance diagram for ilSoapHookPlugin:
 Collaboration diagram for ilSoapHookPlugin:Public Member Functions | |
| getSoapMethods () | |
| Get all soap methods which will be made available to the SOAP webservice.  More... | |
| getWsdlTypes () | |
| Get any (new) types which the SOAP methods may use.  More... | |
  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) | |
| @deprecate ILIAS is moving towards UI components and plugins are expected to use these components.  More... | |
| getStyleSheetLocation (string $a_css_file) | |
| @deprecate ILIAS is moving towards UI components and plugins are expected to use these components.  More... | |
| addBlockFile ($a_tpl, $a_var, $a_block, $a_tplname) | |
| @deprecate 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... | |
Additional Inherited Members | |
  Protected Member Functions inherited from ilPlugin | |
| init () | |
| Object initialization.  More... | |
| getPluginInfo () | |
| getComponentInfo () | |
| getPluginSlotInfo () | |
| afterInstall () | |
| @deprecate If you cannot get rid of the requirement to use this, adjust the install method in your subclass instead.  More... | |
| beforeUninstall () | |
| @deprecate If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead.  More... | |
| afterUninstall () | |
| @deprecate If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead.  More... | |
| beforeActivation () | |
| @deprecate If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead.  More... | |
| afterActivation () | |
| @deprecate If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead.  More... | |
| afterDeactivation () | |
| @deprecate If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead.  More... | |
| updateDatabase () | |
| beforeUpdate () | |
| @deprecate If you cannot get rid of the requirement to use this, adjust the update method in your subclass instead.  More... | |
| afterUpdate () | |
| getLanguageHandler () | |
| buildLanguageHandler () | |
| readEventListening () | |
| clearEventListening () | |
  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 = '' | 
Class ilSoapHookPlugin.
Definition at line 9 of file class.ilSoapHookPlugin.php.
      
  | 
  abstract | 
Get all soap methods which will be made available to the SOAP webservice.
      
  | 
  abstract | 
Get any (new) types which the SOAP methods may use.
These types are registered in WSDL.