ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
allowSetTitle (int $a_type_id, string $a_lang_code, string $a_title) | |
The following methods can be overridden by plugins. More... | |
allowSetDescription (int $a_type_id, string $a_lang_code, string $a_description) | |
Return false if setting a description is not allowed. More... | |
allowSetDefaultLanguage (int $a_type_id, string $a_lang_code) | |
Return false if setting a default language is not allowed. More... | |
allowDelete (int $a_type_id) | |
Return false if OrgUnit type cannot be deleted. More... | |
allowUpdate (int $a_type_id) | |
Return false if OrgUnit type is locked and no updates are possible. More... | |
allowAssignAdvancedMDRecord (int $a_type_id, int $a_record_id) | |
Return false if an AdvancedMDRecord cannot be assigned to an OrgUnit type. More... | |
allowDeassignAdvancedMDRecord (int $a_type_id, int $a_record_id) | |
Return false if an AdvancedMDRecord cannot be deassigned from an OrgUnit type. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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 () | |
![]() | |
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 OrgUnitTypeHook plugin classes.
Definition at line 25 of file class.ilOrgUnitTypeHookPlugin.php.
ilOrgUnitTypeHookPlugin::allowAssignAdvancedMDRecord | ( | int | $a_type_id, |
int | $a_record_id | ||
) |
Return false if an AdvancedMDRecord cannot be assigned to an OrgUnit type.
Definition at line 70 of file class.ilOrgUnitTypeHookPlugin.php.
ilOrgUnitTypeHookPlugin::allowDeassignAdvancedMDRecord | ( | int | $a_type_id, |
int | $a_record_id | ||
) |
Return false if an AdvancedMDRecord cannot be deassigned from an OrgUnit type.
Definition at line 78 of file class.ilOrgUnitTypeHookPlugin.php.
ilOrgUnitTypeHookPlugin::allowDelete | ( | int | $a_type_id | ) |
Return false if OrgUnit type cannot be deleted.
Definition at line 54 of file class.ilOrgUnitTypeHookPlugin.php.
ilOrgUnitTypeHookPlugin::allowSetDefaultLanguage | ( | int | $a_type_id, |
string | $a_lang_code | ||
) |
Return false if setting a default language is not allowed.
Definition at line 46 of file class.ilOrgUnitTypeHookPlugin.php.
ilOrgUnitTypeHookPlugin::allowSetDescription | ( | int | $a_type_id, |
string | $a_lang_code, | ||
string | $a_description | ||
) |
Return false if setting a description is not allowed.
Definition at line 38 of file class.ilOrgUnitTypeHookPlugin.php.
ilOrgUnitTypeHookPlugin::allowSetTitle | ( | int | $a_type_id, |
string | $a_lang_code, | ||
string | $a_title | ||
) |
The following methods can be overridden by plugins.
Definition at line 30 of file class.ilOrgUnitTypeHookPlugin.php.
ilOrgUnitTypeHookPlugin::allowUpdate | ( | int | $a_type_id | ) |
Return false if OrgUnit type is locked and no updates are possible.
Definition at line 62 of file class.ilOrgUnitTypeHookPlugin.php.