Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier administrator/components/com_joomlaupdate/tmpl/upload/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $wa = $this->document->getWebAssetManager()
 
 $latestJoomlaVersion = $this->updateInfo['latest']
 
 $currentJoomlaVersion = isset($this->updateInfo['installed']) ? $this->updateInfo['installed'] : JVERSION
 
 endif
 
 endforeach
 
 $maxSizeBytes = Utility::getMaxUploadSize()
 
 $maxSize = HTMLHelper::_('number.bytes', $maxSizeBytes)
 

Documentation des variables

◆ $currentJoomlaVersion

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

◆ $latestJoomlaVersion

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

◆ $maxSize

$maxSize = HTMLHelper::_('number.bytes', $maxSizeBytes)

◆ $maxSizeBytes

$maxSizeBytes = Utility::getMaxUploadSize()

◆ $wa

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

◆ endforeach

endforeach

◆ endif

endif