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 JHtmlPhpSetting

Fonctions membres publiques statiques

static boolean ($val)
 
static set ($val)
 
static string ($val)
 
static integer ($val)
 

Description détaillée

Utility class working with phpsetting

Depuis
1.6

Documentation des fonctions membres

◆ boolean()

static boolean (   $val)
static

Method to generate a boolean message for a value

Paramètres
boolean$valis the value set?
Renvoie
string html code

◆ integer()

static integer (   $val)
static

Method to generate an integer from a value

Paramètres
string$vala php ini value
Renvoie
string html code
Obsolète:
4.0 Use intval() or casting instead.

◆ set()

static set (   $val)
static

Method to generate a boolean message for a value

Paramètres
boolean$valis the value set?
Renvoie
string html code

◆ string()

static string (   $val)
static

Method to generate a string message for a value

Paramètres
string$vala php ini value
Renvoie
string html code

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