ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
__construct () | |
Constructor. More... | |
getComponentType () | |
Get Component Type. More... | |
getComponentName () | |
Get Component Name. More... | |
getSlot () | |
Get Slot Name. More... | |
getSlotId () | |
Get Slot ID. More... | |
getPluginName () | |
Get Plugin Name. More... | |
getId () | |
Get Id. More... | |
getLastUpdateVersion () | |
Get Version of last update. More... | |
getVersion () | |
Get Current Version (from plugin.php file). More... | |
getIliasMinVersion () | |
Get Required ILIAS min. More... | |
getIliasMaxVersion () | |
Get Required ILIAS max. More... | |
getActive () | |
Get Active. More... | |
setDBVersion ($a_dbversion) | |
Set DB Version. More... | |
getDBVersion () | |
Get DB Version. More... | |
writeDBVersion ($a_dbversion) | |
Write DB version to database. More... | |
getDirectory () | |
Get Plugin Directory. More... | |
includeClass ($a_class_file_name) | |
Include (once) a class file. More... | |
getPrefix () | |
Get plugin prefix, used for lang vars. More... | |
getTablePrefix () | |
Get db table plugin prefix. More... | |
updateLanguages ($a_lang_keys=null) | |
updateDatabase () | |
Update database. More... | |
loadLanguageModule () | |
Load language module for plugin. More... | |
txt ($a_var) | |
Get Language Variable (prefix will be prepended automatically) More... | |
getTemplate ($a_template, $a_par1=true, $a_par2=true) | |
Get template from plugin. More... | |
getImagePath ($a_img) | |
Get image path. More... | |
getStyleSheetLocation ($a_css_file) | |
Get css file location. More... | |
addBlockFile ($a_tpl, $a_var, $a_block, $a_tplname) | |
Add template content to placeholder variable. More... | |
isActive () | |
Check whether plugin is active. More... | |
needsUpdate () | |
Check whether update is needed. More... | |
activate () | |
Activate. More... | |
deactivate () | |
Deactivate. More... | |
update () | |
Update plugin. More... | |
lookupNameForId ($a_ctype, $a_cname, $a_slot_id, $a_plugin_id) | |
Lookup name for id. More... | |
lookupIdForName ($a_ctype, $a_cname, $a_slot_id, $a_plugin_name) | |
Lookup id for name. More... | |
Static Public Member Functions | |
static | _getDirectory ($a_ctype, $a_cname, $a_slot_id, $a_pname) |
Get plugin directory. More... | |
static | getAvailableLangFiles ($a_lang_directory) |
Get array of all language files in the plugin. More... | |
static | hasConfigureClass ($a_slot_dir, $a_name) |
Has the plugin a configure class? More... | |
static | getConfigureClassName ($a_name) |
Get plugin configure class name. More... | |
static | getDBUpdateScriptName ($a_ctype, $a_cname, $a_slot_name, $a_pname) |
Get DB update script filename (full path) More... | |
static | lookupTxt ($a_mod_prefix, $a_pl_id, $a_lang_var) |
Lookup language text. More... | |
static | _getImagePath ($a_ctype, $a_cname, $a_slot_id, $a_pname, $a_img) |
Get image path. More... | |
static | createPluginRecord ($a_ctype, $a_cname, $a_slot_id, $a_pname) |
Create plugin record, if not existing. More... | |
static | getPluginRecord ($a_ctype, $a_cname, $a_slot_id, $a_pname) |
Get record from il_plugin table. More... | |
static | getPluginObject ($a_ctype, $a_cname, $a_slot_id, $a_pname) |
Get plugin object. More... | |
static | lookupStoredData ($a_ctype, $a_cname, $a_slot_id, $a_pname) |
Lookup information data in il_plugin. More... | |
static | getActivePluginsForSlot ($a_ctype, $a_cname, $a_slot_id) |
Get all active plugins for a slot. More... | |
Protected Member Functions | |
setSlotObject ($a_slot) | |
Set Plugin Slot. More... | |
getSlotObject () | |
Get Plugin Slot. More... | |
getClassesDirectory () | |
Get Plugin's classes Directory. More... | |
getLanguageDirectory () | |
Get Plugin's language Directory. More... | |
slotInit () | |
Object initialization done by slot. More... | |
init () | |
Object initialization. More... | |
beforeActivation () | |
Before activation processing. More... | |
afterActivation () | |
After activation processing. More... | |
afterDeactivation () | |
After deactivation processing. More... | |
beforeUpdate () | |
Before update processing. More... | |
afterUpdate () | |
After update processing. More... | |
Protected Attributes | |
$lang_initialised = false | |
Private Member Functions | |
setId ($a_id) | |
Set Id. More... | |
setLastUpdateVersion ($a_lastupdateversion) | |
Set Version of last update. More... | |
setVersion ($a_version) | |
Set Current Version (from plugin.php file). More... | |
setIliasMinVersion ($a_iliasminversion) | |
Set Required ILIAS min. More... | |
setIliasMaxVersion ($a_iliasmaxversion) | |
Set Required ILIAS max. More... | |
setActive ($a_active) | |
Set Active. More... | |
__init () | |
Default initialization. More... | |
Definition at line 16 of file class.ilPlugin.php.
|
final |
Constructor.
Definition at line 23 of file class.ilPlugin.php.
References __init().
|
finalprivate |
Default initialization.
Definition at line 692 of file class.ilPlugin.php.
References $ilDB, $lng, getComponentName(), getComponentType(), getPluginName(), getPluginRecord(), getSlotId(), init(), loadLanguageModule(), setActive(), setDBVersion(), setId(), setIliasMaxVersion(), setIliasMinVersion(), setLastUpdateVersion(), setSlotObject(), setVersion(), and slotInit().
Referenced by __construct().
|
staticfinal |
Get plugin directory.
Definition at line 273 of file class.ilPlugin.php.
References ilPluginSlot\_getPluginsDirectory().
Referenced by _getImagePath(), ilObjectDefinition\readDefinitionDataFromCache(), and ilObjectDefinition\readDefinitionDataFromDB().
|
staticfinal |
Get image path.
Definition at line 556 of file class.ilPlugin.php.
References $d, $img, _getDirectory(), ilUtil\getImagePath(), ilComponent\lookupId(), and lookupIdForName().
Referenced by ilRepositoryObjectPlugin\_getIcon(), and getImagePath().
|
final |
Activate.
Definition at line 782 of file class.ilPlugin.php.
References $ilDB, $lng, $result, afterActivation(), beforeActivation(), ilCachedComponentData\flush(), getComponentName(), getComponentType(), getId(), getPluginName(), getSlotId(), needsUpdate(), and update().
|
final |
Add template content to placeholder variable.
Definition at line 601 of file class.ilPlugin.php.
References getDirectory().
|
protected |
After activation processing.
Reimplemented in ilCachedPlugin.
Definition at line 836 of file class.ilPlugin.php.
Referenced by activate().
|
protected |
After deactivation processing.
Reimplemented in ilCachedPlugin.
Definition at line 867 of file class.ilPlugin.php.
Referenced by deactivate().
|
protected |
After update processing.
Reimplemented in ilCachedPlugin.
Definition at line 935 of file class.ilPlugin.php.
Referenced by update().
|
protected |
Before activation processing.
Reimplemented in ilCachedPlugin, and ilRepositoryObjectPlugin.
Definition at line 825 of file class.ilPlugin.php.
Referenced by activate().
|
protected |
Before update processing.
Reimplemented in ilCachedPlugin.
Definition at line 924 of file class.ilPlugin.php.
Referenced by update().
|
staticfinal |
Create plugin record, if not existing.
Definition at line 610 of file class.ilPlugin.php.
References $ilDB, and ilCachedComponentData\flush().
Referenced by ilPluginSlot\getPluginsInformation().
|
final |
Deactivate.
Definition at line 843 of file class.ilPlugin.php.
References $ilDB, $result, afterDeactivation(), ilCachedComponentData\flush(), getComponentName(), getComponentType(), getPluginName(), and getSlotId().
|
final |
Get Active.
Definition at line 194 of file class.ilPlugin.php.
|
staticfinal |
Get all active plugins for a slot.
Definition at line 1008 of file class.ilPlugin.php.
References $ilDB, and ilCachedComponentData\getInstance().
Referenced by ilPluginAdmin\getActivePluginsForSlot().
|
staticfinal |
Get array of all language files in the plugin.
Definition at line 311 of file class.ilPlugin.php.
References $file.
Referenced by ilPluginsOverviewTableGUI\gatherPluginData(), ilObjComponentSettingsGUI\showPlugin(), and updateLanguages().
|
finalprotected |
Get Plugin's classes Directory.
Definition at line 285 of file class.ilPlugin.php.
References getDirectory().
Referenced by includeClass().
|
abstract |
Get Component Name.
Must be overwritten in plugin class of plugin slot. (and should be made final)
Reimplemented in ilCloudHookPlugin, ilOrgUnitTypeHookPlugin, ilSurveyQuestionsPlugin, ilTestExportPlugin, ilTestSignaturePlugin, ilQuestionsPlugin, ilAdvancedMDClaimingPlugin, ilAuthPlugin, ilShibbolethAuthenticationPlugin, ilPageComponentPlugin, ilCronHookPlugin, ilEventHookPlugin, ilLDAPPlugin, ilPersonalDesktopHookPlugin, ilPreviewRendererPlugin, ilRepositoryObjectPlugin, ilUserInterfaceHookPlugin, and ilUDFClaimingPlugin.
Referenced by __init(), activate(), deactivate(), getImagePath(), getStyleSheetLocation(), isActive(), needsUpdate(), update(), updateDatabase(), and writeDBVersion().
|
abstract |
Get Component Type.
Must be overwritten in plugin class of plugin slot. (and should be made final)
Reimplemented in ilCloudHookPlugin, ilOrgUnitTypeHookPlugin, ilSurveyQuestionsPlugin, ilTestExportPlugin, ilTestSignaturePlugin, ilQuestionsPlugin, ilAdvancedMDClaimingPlugin, ilAuthPlugin, ilShibbolethAuthenticationPlugin, ilPageComponentPlugin, ilCronHookPlugin, ilEventHookPlugin, ilLDAPPlugin, ilPersonalDesktopHookPlugin, ilPreviewRendererPlugin, ilRepositoryObjectPlugin, ilUserInterfaceHookPlugin, and ilUDFClaimingPlugin.
Referenced by __init(), activate(), deactivate(), getImagePath(), getStyleSheetLocation(), isActive(), needsUpdate(), update(), updateDatabase(), and writeDBVersion().
|
staticfinal |
Get plugin configure class name.
return
Definition at line 365 of file class.ilPlugin.php.
Referenced by ilPluginsOverviewTableGUI\fillRow(), ilPluginsOverviewTableGUI\gatherPluginData(), ilObjComponentSettingsGUI\showPlugin(), and update().
|
staticfinal |
Get DB update script filename (full path)
Definition at line 383 of file class.ilPlugin.php.
Referenced by ilPluginDBUpdate\ilPluginDBUpdate(), and ilObjComponentSettingsGUI\showPlugin().
|
final |
Get DB Version.
Definition at line 234 of file class.ilPlugin.php.
Referenced by writeDBVersion().
|
final |
Get Plugin Directory.
Definition at line 265 of file class.ilPlugin.php.
References getPluginName(), and getSlotObject().
Referenced by addBlockFile(), getClassesDirectory(), getLanguageDirectory(), getStyleSheetLocation(), getTemplate(), and update().
|
final |
Get Id.
Definition at line 94 of file class.ilPlugin.php.
Referenced by activate(), ilRepositoryObjectPlugin\beforeActivation(), ilCloudHookPlugin\getPluginTablePrefix(), getPrefix(), and ilTestSignaturePlugin\handInFileForArchiving().
|
final |
Get Required ILIAS max.
release.
Definition at line 174 of file class.ilPlugin.php.
|
final |
Get Required ILIAS min.
release.
Definition at line 154 of file class.ilPlugin.php.
|
final |
Get image path.
Definition at line 575 of file class.ilPlugin.php.
References _getImagePath(), getComponentName(), getComponentType(), getPluginName(), and getSlotId().
|
finalprotected |
Get Plugin's language Directory.
Definition at line 303 of file class.ilPlugin.php.
References getDirectory().
Referenced by updateLanguages().
|
final |
Get Version of last update.
Definition at line 114 of file class.ilPlugin.php.
|
abstract |
Get Plugin Name.
Must be same as in class name il<Name>Plugin and must correspond to plugins subdirectory name.
Must be overwritten in plugin class of plugin (and should be made final)
Referenced by __init(), activate(), deactivate(), getDirectory(), getImagePath(), ilCloudHookPlugin\getPluginTablePrefix(), ilPreviewRendererPlugin\getRendererClassInstance(), getStyleSheetLocation(), isActive(), needsUpdate(), update(), updateDatabase(), and writeDBVersion().
|
staticfinal |
Get plugin object.
string | $a_ctype | IL_COMP_MODULE | IL_COMP_SERVICE |
string | $a_cname | component name |
string | $a_sname | plugin slot name |
string | $a_pname | plugin name |
Definition at line 947 of file class.ilPlugin.php.
References $file, $ilDB, ilCachedComponentData\getInstance(), and ilPluginSlot\lookupSlotName().
Referenced by ilObjectCopySearchResultTableGUI\__construct(), ilObjectPlugin\__construct(), ilObjectPluginGUI\__construct(), SurveyQuestion\_getQuestionTypeName(), assQuestion\_getQuestionTypeName(), ilObjQuestionPool\_getQuestionTypes(), ilObjSurveyQuestionPool\_getQuestiontypes(), ilObjSurveyQuestionPool\_getQuestionTypeTranslations(), SurveyQuestion\_includeClass(), ilObjComponentSettingsGUI\activatePlugin(), ilObjComponentSettingsGUI\deactivatePlugin(), ilPluginAdmin\getPluginObject(), ilObjTest\getQuestionTypeTranslations(), ilObjQuestionPool\getQuestionTypeTranslations(), ilPluginAdmin\includeClass(), assQuestion\includePluginClass(), ilObjectPluginListGUI\init(), ilObjComponentSettingsGUI\refreshLanguages(), ilObjLanguage\refreshPlugins(), ilObjectCopyGUI\showTargetSelectionTree(), ilObjComponentSettingsGUI\updatePlugin(), and ilObjQuestionPoolGUI\uploadQplObject().
|
staticfinal |
Get record from il_plugin table.
Definition at line 638 of file class.ilPlugin.php.
References ilCachedComponentData\getInstance().
Referenced by __init(), ilPluginAdmin\getPluginData(), and ilCloudHookPlugin\getPluginTablePrefix().
|
final |
Get plugin prefix, used for lang vars.
Definition at line 373 of file class.ilPlugin.php.
References getId(), and getSlotObject().
Referenced by getTablePrefix(), loadLanguageModule(), txt(), update(), and updateLanguages().
|
abstract |
Get Slot Name.
Must be overwritten in plugin class of plugin slot. (and should be made final)
Reimplemented in ilCloudHookPlugin, ilOrgUnitTypeHookPlugin, ilSurveyQuestionsPlugin, ilTestExportPlugin, ilTestSignaturePlugin, ilQuestionsPlugin, ilAdvancedMDClaimingPlugin, ilAuthPlugin, ilShibbolethAuthenticationPlugin, ilPageComponentPlugin, ilCronHookPlugin, ilEventHookPlugin, ilLDAPPlugin, ilPersonalDesktopHookPlugin, ilPreviewRendererPlugin, ilRepositoryObjectPlugin, ilUserInterfaceHookPlugin, and ilUDFClaimingPlugin.
|
abstract |
Get Slot ID.
Must be overwritten in plugin class of plugin slot. (and should be made final)
Reimplemented in ilCloudHookPlugin, ilOrgUnitTypeHookPlugin, ilSurveyQuestionsPlugin, ilTestExportPlugin, ilTestSignaturePlugin, ilQuestionsPlugin, ilAdvancedMDClaimingPlugin, ilAuthPlugin, ilShibbolethAuthenticationPlugin, ilPageComponentPlugin, ilCronHookPlugin, ilEventHookPlugin, ilLDAPPlugin, ilPersonalDesktopHookPlugin, ilPreviewRendererPlugin, ilRepositoryObjectPlugin, ilUserInterfaceHookPlugin, and ilUDFClaimingPlugin.
Referenced by __init(), activate(), deactivate(), getImagePath(), getStyleSheetLocation(), isActive(), needsUpdate(), update(), updateDatabase(), and writeDBVersion().
|
finalprotected |
Get Plugin Slot.
Definition at line 214 of file class.ilPlugin.php.
Referenced by getDirectory(), ilCloudHookPlugin\getPluginTablePrefix(), and getPrefix().
|
final |
Get css file location.
Definition at line 584 of file class.ilPlugin.php.
References getComponentName(), getComponentType(), getDirectory(), getPluginName(), getSlotId(), ilUtil\getStyleSheetLocation(), ilComponent\lookupId(), and lookupIdForName().
|
final |
Get db table plugin prefix.
Definition at line 392 of file class.ilPlugin.php.
References getPrefix().
Referenced by updateDatabase().
|
final |
Get template from plugin.
Definition at line 546 of file class.ilPlugin.php.
References $tpl, and getDirectory().
|
final |
Get Current Version (from plugin.php file).
Definition at line 134 of file class.ilPlugin.php.
Referenced by update().
|
staticfinal |
Has the plugin a configure class?
string | slot directory |
string | plugin name |
Definition at line 349 of file class.ilPlugin.php.
Referenced by ilPluginsOverviewTableGUI\gatherPluginData(), and ilObjComponentSettingsGUI\showPlugin().
|
final |
Include (once) a class file.
Definition at line 293 of file class.ilPlugin.php.
References getClassesDirectory().
Referenced by ilPreviewRendererPlugin\getRendererClassInstance(), ilPageComponentPlugin\getUIClassInstance(), and ilUserInterfaceHookPlugin\getUIClassInstance().
|
protected |
Object initialization.
Can be overwritten by plugin class (and should be made protected final)
Reimplemented in ilCachedPlugin.
Definition at line 753 of file class.ilPlugin.php.
Referenced by __init().
|
final |
Check whether plugin is active.
Definition at line 760 of file class.ilPlugin.php.
References getComponentName(), getComponentType(), getPluginName(), and getSlotId().
|
final |
Load language module for plugin.
Definition at line 505 of file class.ilPlugin.php.
References $lng, and getPrefix().
Referenced by __init(), and txt().
ilPlugin::lookupIdForName | ( | $a_ctype, | |
$a_cname, | |||
$a_slot_id, | |||
$a_plugin_name | |||
) |
Lookup id for name.
Reimplemented in ilCachedPlugin.
Definition at line 1057 of file class.ilPlugin.php.
References $ilDB.
Referenced by _getImagePath(), ilObjRepositorySettings\getAllObjTypes(), ilModulesTableGUI\getComponents(), ilObjectDefinition\getGroupedRepositoryObjectTypes(), getStyleSheetLocation(), ilObjectDefinition\readDefinitionDataFromCache(), and ilObjectDefinition\readDefinitionDataFromDB().
ilPlugin::lookupNameForId | ( | $a_ctype, | |
$a_cname, | |||
$a_slot_id, | |||
$a_plugin_id | |||
) |
Lookup name for id.
Reimplemented in ilCachedPlugin.
Definition at line 1037 of file class.ilPlugin.php.
References $ilDB.
Referenced by ilObjectCopySearchResultTableGUI\__construct(), ilObjectPlugin\__construct(), ilObjectPluginGUI\__construct(), ilRepositoryObjectPlugin\_getIcon(), ilRepositoryObjectPlugin\_getName(), ilObjPluginDispatchGUI\forward(), ilNavigationHistory\getItems(), ilObjectPluginListGUI\init(), ilRepositoryObjectPluginSlot\isTypePlugin(), ilRepositoryObjectPluginSlot\isTypePluginWithLP(), and ilObjectCopyGUI\showTargetSelectionTree().
|
staticfinal |
Lookup information data in il_plugin.
Definition at line 988 of file class.ilPlugin.php.
References $ilDB.
Referenced by ilPluginSlot\getPluginsInformation().
|
static |
Lookup language text.
Reimplemented in ilCachedPlugin.
Definition at line 529 of file class.ilPlugin.php.
References $lng.
Referenced by ilObjRole\__getPermissionDefinitions(), ilObject\_prepareCloneSelection(), ilPDSelectedItemsBlockGUI\addHeaderRow(), ilContainerRenderer\addHeaderRow(), ilObjSystemFolderGUI\checkObject(), ilRepUtilGUI\confirmRemoveFromSystemObject(), ilAdminSubItemsTableGUI\fillRow(), ilTrashTableGUI\fillRow(), ilSearchResultTableGUI\fillRow(), ilLPCollectionSettingsTableGUI\fillRow(), ilObjectRolePermissionTableGUI\fillRow(), ilObjectRoleTemplatePermissionTableGUI\fillRow(), ilObjectOwnershipManagementTableGUI\fillRow(), ilObjectPermissionStatusGUI\getAccessPermissionTableData(), ilModulesTableGUI\getComponents(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilLPTableBaseGUI\getPossibleTypes(), ilObjectListGUI\insertIconsAndCheckboxes(), ilObjectOwnershipManagementGUI\listObjects(), ilObjectAddNewItemGUI\parseRepository(), ilObjRoleGUI\permObject(), ilObjRoleTemplateGUI\permObject(), and ilRepUtilGUI\showDeleteConfirmation().
|
final |
Check whether update is needed.
Definition at line 771 of file class.ilPlugin.php.
References getComponentName(), getComponentType(), getPluginName(), and getSlotId().
Referenced by activate().
|
finalprivate |
Set Active.
boolean | $a_active | Active |
Definition at line 184 of file class.ilPlugin.php.
Referenced by __init().
|
final |
Set DB Version.
int | $a_dbversion | DB Version |
Definition at line 224 of file class.ilPlugin.php.
Referenced by __init(), and writeDBVersion().
|
finalprivate |
Set Id.
string | $a_id | Id |
Definition at line 84 of file class.ilPlugin.php.
Referenced by __init().
|
finalprivate |
Set Required ILIAS max.
release.
string | $a_iliasmaxversion | Required ILIAS max. release |
Definition at line 164 of file class.ilPlugin.php.
Referenced by __init().
|
finalprivate |
Set Required ILIAS min.
release.
string | $a_iliasminversion | Required ILIAS min. release |
Definition at line 144 of file class.ilPlugin.php.
Referenced by __init().
|
finalprivate |
Set Version of last update.
string | $a_lastupdateversion | Version of last update |
Definition at line 104 of file class.ilPlugin.php.
Referenced by __init().
|
finalprotected |
Set Plugin Slot.
object | $a_slot | Plugin Slot |
Definition at line 204 of file class.ilPlugin.php.
Referenced by __init().
|
finalprivate |
Set Current Version (from plugin.php file).
string | $a_version | Current Version (from plugin.php file) |
Definition at line 124 of file class.ilPlugin.php.
Referenced by __init().
|
abstractprotected |
Object initialization done by slot.
Must be overwritten in plugin class of plugin slot.
(and should be made protected final)
Reimplemented in ilCloudHookPlugin, ilOrgUnitTypeHookPlugin, ilSurveyQuestionsPlugin, ilTestExportPlugin, ilTestSignaturePlugin, ilQuestionsPlugin, ilAdvancedMDClaimingPlugin, ilShibbolethAuthenticationPlugin, ilPageComponentPlugin, ilCronHookPlugin, ilEventHookPlugin, ilLDAPPlugin, ilPersonalDesktopHookPlugin, ilPreviewRendererPlugin, ilRepositoryObjectPlugin, ilUserInterfaceHookPlugin, and ilUDFClaimingPlugin.
Referenced by __init().
|
final |
Get Language Variable (prefix will be prepended automatically)
Definition at line 519 of file class.ilPlugin.php.
References $lng, getPrefix(), and loadLanguageModule().
|
final |
Update plugin.
Definition at line 874 of file class.ilPlugin.php.
References $ilCtrl, $ilDB, $result, afterUpdate(), beforeUpdate(), ilCachedComponentData\flush(), getComponentName(), getComponentType(), getConfigureClassName(), getDirectory(), getPluginName(), getPrefix(), getSlotId(), getVersion(), updateDatabase(), and updateLanguages().
Referenced by activate().
ilPlugin::updateDatabase | ( | ) |
Update database.
Reimplemented in ilCachedPlugin.
Definition at line 469 of file class.ilPlugin.php.
References $ilDB, $lng, $result, $row, ilCachedComponentData\flush(), getComponentName(), getComponentType(), getPluginName(), getSlotId(), and getTablePrefix().
Referenced by update().
ilPlugin::updateLanguages | ( | $a_lang_keys = null | ) |
Definition at line 401 of file class.ilPlugin.php.
References $lang, $row, $txt, getAvailableLangFiles(), ilObjLanguage\getInstalledLanguages(), getLanguageDirectory(), getPrefix(), and ilObjLanguage\replaceLangEntry().
Referenced by update().
|
final |
Write DB version to database.
int | $a_dbversion | DB Version |
Definition at line 244 of file class.ilPlugin.php.
References $ilDB, getComponentName(), getComponentType(), getDBVersion(), getPluginName(), getSlotId(), and setDBVersion().
|
protected |
Definition at line 18 of file class.ilPlugin.php.