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 LibraryHelper

Fonctions membres publiques statiques

static getLibrary ($element, $strict=false)
 
static isEnabled ($element)
 
static getParams ($element, $strict=false)
 
static saveParams ($element, $params)
 

Fonctions membres protégées statiques

static _load ($element)
 

Attributs protégés statiques

static $libraries = array()
 

Description détaillée

Library helper class

Depuis
3.2

Documentation des fonctions membres

◆ _load()

static _load (   $element)
staticprotected

Load the installed library into the libraries property.

Paramètres
string$elementThe element value for the extension
Renvoie
boolean True on success
Depuis
3.2
Obsolète:
4.0 Use LibraryHelper::loadLibrary() instead

◆ getLibrary()

static getLibrary (   $element,
  $strict = false 
)
static

Get the library information.

Paramètres
string$elementElement of the library in the extensions table.
boolean$strictIf set and the library does not exist, the enabled attribute will be set to false.
Renvoie
An object with the library's information.
Depuis
3.2

Références false.

◆ getParams()

static getParams (   $element,
  $strict = false 
)
static

Gets the parameter object for the library

Paramètres
string$elementElement of the library in the extensions table.
boolean$strictIf set and the library does not exist, false will be returned
Renvoie
Registry A Registry object.
Voir également
Registry
Depuis
3.2

Référencé par Version\getMediaVersion(), et Version\setMediaVersion().

◆ isEnabled()

static isEnabled (   $element)
static

Checks if a library is enabled

Paramètres
string$elementElement of the library in the extensions table.
Renvoie
boolean
Depuis
3.2

◆ saveParams()

static saveParams (   $element,
  $params 
)
static

Save the parameters object for the library

Paramètres
string$elementElement of the library in the extensions table.
Registry$paramsParams to save
Renvoie
Registry A Registry object.
Voir également
Registry
Depuis
3.2

Références $db, $params, et $query.

Référencé par Version\setMediaVersion().

Documentation des champs

◆ $libraries

$libraries = array()
staticprotected

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