Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe LanguagesHelper

Fonctions membres publiques statiques

static filterKey ($value)
 
static filterText ($value)
 

Description détaillée

Languages component helper.

Depuis
1.6

Documentation des fonctions membres

◆ filterKey()

static filterKey (   $value)
static

Filter method for language keys. This method will be called by while filtering the form data.

Paramètres
string$valueThe language key to filter.
Renvoie
string The filtered language key.
Depuis
2.5

Références $value, InputFilter\getInstance(), InputFilter\ONLY_BLOCK_DEFINED_ATTRIBUTES, et InputFilter\ONLY_BLOCK_DEFINED_TAGS.

◆ filterText()

static filterText (   $value)
static

Filter method for language strings. This method will be called by while filtering the form data.

Paramètres
string$valueThe language string to filter.
Renvoie
string The filtered language string.
Depuis
2.5

Références $value, InputFilter\getInstance(), InputFilter\ONLY_BLOCK_DEFINED_ATTRIBUTES, et InputFilter\ONLY_BLOCK_DEFINED_TAGS.


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