XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe UpgradeControl

Fonctions membres publiques

 getDirList ($dirname)
 
 availableLanguages ()
 
 loadLanguage ($domain, $language=null)
 
 determineLanguage ()
 
 countUpgradeQueue ()
 
 getNextPatch ()
 
 oneButtonContinueForm ($action='index.php', $parameters=array('action'=> 'next'))
 
 storeMainfileCheck ($needMainfileRewrite, $mainfileKeys)
 

Champs de données

 $upgradeQueue = array()
 
 $needWriteFiles = array()
 
 $needUpgrade = false
 
 $supportSites = array()
 
 $needMainfileRewrite = false
 
 $mainfileKeys = array()
 
 $upgradeLanguage
 

Documentation des fonctions membres

◆ availableLanguages()

availableLanguages ( )
Renvoie
string[]
+ Voici le graphe d'appel pour cette fonction :

◆ countUpgradeQueue()

countUpgradeQueue ( )

Get count of patch sets that need to be applied.

Renvoie
int count of patch sets to apply

◆ determineLanguage()

determineLanguage ( )

Determine the language to use.

  • Xoops configuration
  • stored cookie
  • lang parameter passed to script Save the result in a cookie
Renvoie
string the language to use in the upgrade process
+ Voici le graphe d'appel pour cette fonction :

◆ getDirList()

getDirList (   $dirname)

get a list of directories inside a directory

Paramètres
string$dirnamedirectory to search
Renvoie
string[]
+ Voici le graphe des appelants de cette fonction :

◆ getNextPatch()

getNextPatch ( )
Renvoie
string next unapplied patch directory

◆ loadLanguage()

loadLanguage (   $domain,
  $language = null 
)
+ Voici le graphe des appelants de cette fonction :

◆ oneButtonContinueForm()

oneButtonContinueForm (   $action = 'index.php',
  $parameters = array('action' =>'next') 
)

Return form consisting of a single button.

Paramètres
string$actionURL for form action
array | null$parametersarray of parameters
Renvoie
string

◆ storeMainfileCheck()

storeMainfileCheck (   $needMainfileRewrite,
  $mainfileKeys 
)

Documentation des champs

◆ $mainfileKeys

$mainfileKeys = array()

◆ $needMainfileRewrite

$needMainfileRewrite = false

◆ $needUpgrade

$needUpgrade = false

◆ $needWriteFiles

$needWriteFiles = array()

◆ $supportSites

$supportSites = array()

◆ $upgradeLanguage

$upgradeLanguage

◆ $upgradeQueue

$upgradeQueue = array()

La documentation de cette classe a été générée à partir du fichier suivant :