Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PlgQuickiconPhpVersionCheck
+ Graphe d'héritage de PlgQuickiconPhpVersionCheck:

Fonctions membres publiques

 onGetIcons ($context)
 
- Fonctions membres publiques hérités de CMSPlugin
 __construct (&$subject, $config=array())
 
 loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR)
 
 setApplication (CMSApplicationInterface $application)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de PluginInterface
 registerListeners ()
 

Champs de données

const PHP_SUPPORTED = 0
 
const PHP_SECURITY_ONLY = 1
 
const PHP_UNSUPPORTED = 2
 
- Champs de données hérités de CMSPlugin
 $params = null
 

Attributs protégés

 $app
 
 $autoloadLanguage = true
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

Fonctions membres privées

 getPhpSupport ()
 
 shouldDisplayMessage ()
 

Membres hérités additionnels

- Fonctions membres protégées hérités de CMSPlugin
 registerLegacyListener (string $methodName)
 
 registerListener (string $methodName)
 
 getApplication ()
 

Description détaillée

Plugin to check the PHP version and display a warning about its support status

Depuis
3.7.0

Documentation des fonctions membres

◆ getPhpSupport()

getPhpSupport ( )
private

Gets PHP support status.

Renvoie
array Array of PHP support data
Depuis
3.7.0
Note
The dates used in this method should correspond to the dates given on PHP.net https://www.php.net/eol.php

Références $version, et null.

◆ onGetIcons()

onGetIcons (   $context)

Check the PHP version after the admin component has been dispatched.

Paramètres
string$contextThe calling context
Renvoie
array
Depuis
3.7.0

◆ shouldDisplayMessage()

shouldDisplayMessage ( )
private

Determines if the message should be displayed

Renvoie
boolean
Depuis
3.7.0

Documentation des champs

◆ $app

$app
protected

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ PHP_SECURITY_ONLY

const PHP_SECURITY_ONLY = 1

◆ PHP_SUPPORTED

const PHP_SUPPORTED = 0

◆ PHP_UNSUPPORTED

const PHP_UNSUPPORTED = 2

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