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

Fonctions membres publiques

 published ($published)
 
 id ($rowNum, $language)
 
 clients ()
 
 publishedOptions ()
 

Description détaillée

Utility class working with languages

Depuis
1.6

Documentation des fonctions membres

◆ clients()

clients ( )

Method to generate an array of clients.

Renvoie
array of client objects.

Références Text\_(), et HTMLHelper\_().

◆ id()

id (   $rowNum,
  $language 
)

Method to generate an input radio button.

Paramètres
integer$rowNumThe row number.
string$languageLanguage tag.
Renvoie
string HTML code.

Références $language, et ENT_COMPAT.

◆ published()

published (   $published)

Method to generate an information about the default language.

Paramètres
boolean$publishedTrue if the language is the default.
Renvoie
string HTML code.

Références $published, Text\_(), HTMLHelper\_(), et null.

◆ publishedOptions()

publishedOptions ( )

Returns an array of published state filter options.

Renvoie
string The HTML code for the select tag.
Depuis
1.6

Références $options, et HTMLHelper\_().


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