Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe ExtensionHelper

Fonctions membres publiques statiques

static getCoreExtensions ()
 
static checkIfCoreExtension ($type, $element, $clientId=0, $folder='')
 

Attributs protégés statiques

static $coreExtensions
 

Description détaillée

Extension Helper class.

Depuis
3.7.4
Obsolète:
4.0 Replace class with a non static methods for better testing

Documentation des fonctions membres

◆ checkIfCoreExtension()

static checkIfCoreExtension (   $type,
  $element,
  $clientId = 0,
  $folder = '' 
)
static

Check if an extension is core or not

Paramètres
string$typeThe extension's type.
string$elementThe extension's element name.
integer$clientIdThe extension's client ID. Default 0.
string$folderThe extension's folder. Default ''.
Renvoie
boolean True if core, false if not.
Depuis
3.7.4

Références $clientId, $folder, et $type.

◆ getCoreExtensions()

static getCoreExtensions ( )
static

Gets the core extensions.

Renvoie
array Array with core extensions. Each extension is an array with following format: type, element, folder, client_id.
Depuis
3.7.4

Documentation des champs

◆ $coreExtensions

$coreExtensions
staticprotected

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