Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier preupdatecheck.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $wa = $this->document->getWebAssetManager()
 
 $compatibilityTypes
 
 $latestJoomlaVersion = $this->updateInfo['latest']
 
 $currentJoomlaVersion = isset($this->updateInfo['installed']) ? $this->updateInfo['installed'] : JVERSION
 
 $updatePossible = true
 
 if (version_compare( $this->updateInfo[ 'latest'], Version::MAJOR_VERSION+1, '>=') &&$this->isDefaultBackendTemplate===false)
 
 $labelClass = 'success'
 
 break
 
 endif
 
 endforeach
 
 foreach ( $this->phpSettings as $setting)
 
if (!empty($this->nonCoreExtensions)) ( $compatibilityTypes as $compatibilityType=> $data)
 
if ($data['group']==0) ( $this->nonCoreExtensions as $extension)
 
else __pad0__
 

Documentation des variables

◆ $compatibilityTypes

$compatibilityTypes

◆ $currentJoomlaVersion

$currentJoomlaVersion = isset($this->updateInfo['installed']) ? $this->updateInfo['installed'] : JVERSION

◆ $labelClass

$labelClass = 'success'

◆ $latestJoomlaVersion

$latestJoomlaVersion = $this->updateInfo['latest']

◆ $updatePossible

foreach ($this->phpOptions as $option) (! $option->state) $updatePossible = true

◆ $wa

$wa = $this->document->getWebAssetManager()

◆ (!empty($this->nonCoreExtensions))

if (!empty( $this->nonCoreExtensions))($compatibilityTypes as $compatibilityType=> $data)

◆ ($data['group']==0)

if ( $data[ 'group']==0)($this->nonCoreExtensions as $extension)

◆ __pad0__

else __pad0__

◆ break

foreach ($this->phpSettings as $setting) ( $setting->state !==$setting->recommended) break

Référencé par CutStub\__construct().

◆ endforeach

endforeach

◆ endif

endif

◆ foreach

foreach($this->phpSettings as $setting)

◆ if

if(version_compare($this->updateInfo['latest'], Version::MAJOR_VERSION+1, '>=') && $this->isDefaultBackendTemplate===false)