XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_ModuleUpdater Class Reference
Inheritance diagram for Legacy_ModuleUpdater:
Legacy_ModulePhasedUpgrader

Public Member Functions

 _processScript ()
 
 auto_update_session_blob ()
 
 update200 ()
 
 update106 ()
 
 _extendConfigTitleSize ()
 match config_title and config_desc size in config table.
 
 _setUniqueToGroupUserLink ()
 
 _recoverXoopsGroupPermission ()
 Removes invalid permission instances from DB.
 
- Public Member Functions inherited from Legacy_ModulePhasedUpgrader
 Legacy_ModulePhasedUpgrader ()
 
 setForceMode ($isForceMode)
 
 setCurrentXoopsModule (&$xoopsModule)
 
 setTargetXoopsModule (&$xoopsModule)
 
 executeUpgrade ()
 
 getCurrentVersion ()
 
 getTargetPhase ()
 
 hasUpgradeMethod ()
 
 _callUpgradeMethod ()
 
 isLatestUpgrade ()
 
 saveXoopsModule (&$module)
 
 _processReport ()
 
 _updateModuleTemplates ()
 
 _updateBlocks ()
 
 _updatePreferences ()
 
 executeAutomaticUpgrade ()
 

Data Fields

 $_mMilestone
 
- Data Fields inherited from Legacy_ModulePhasedUpgrader
 $_mMilestone = []
 
 $mLog = null
 
 $_mCurrentXoopsModule
 
 $_mCurrentVersion
 
 $_mTargetXoopsModule
 
 $_mTargetVersion
 
 $_mForceMode = false
 

Detailed Description

Definition at line 18 of file Legacy_Updater.class.php.

Member Function Documentation

◆ _extendConfigTitleSize()

_extendConfigTitleSize ( )

match config_title and config_desc size in config table.

Author
Kilica

Definition at line 155 of file Legacy_Updater.class.php.

◆ _processScript()

_processScript ( )

Reimplemented from Legacy_ModulePhasedUpgrader.

Definition at line 25 of file Legacy_Updater.class.php.

◆ _recoverXoopsGroupPermission()

_recoverXoopsGroupPermission ( )

Removes invalid permission instances from DB.

Author
orrisroot

Definition at line 203 of file Legacy_Updater.class.php.

◆ _setUniqueToGroupUserLink()

_setUniqueToGroupUserLink ( )

Definition at line 170 of file Legacy_Updater.class.php.

◆ auto_update_session_blob()

auto_update_session_blob ( )

Definition at line 34 of file Legacy_Updater.class.php.

◆ update106()

update106 ( )

Definition at line 103 of file Legacy_Updater.class.php.

◆ update200()

update200 ( )

Definition at line 56 of file Legacy_Updater.class.php.

Field Documentation

◆ $_mMilestone

$_mMilestone
Initial value:
= [
'106' => 'update106',
'200' => 'update200'
]

Definition at line 20 of file Legacy_Updater.class.php.


The documentation for this class was generated from the following file: