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

Fonctions membres publiques statiques

static getHomes ()
 
static getLangswitchers ()
 
static getContentlangs ()
 
static getStatus ()
 
static getContacts ()
 
static getDefaultHomeModule ()
 
static getModule ($moduleName, $instanceTitle=null)
 

Description détaillée

Multilang status helper.

Depuis
1.7.1

Documentation des fonctions membres

◆ getContacts()

static getContacts ( )
static

Method to return a list of contact objects.

Renvoie
array of contact objects.

Références $db, $languages, $query, et Factory\getDbo().

Référencé par HtmlView\display().

◆ getContentlangs()

static getContentlangs ( )
static

Method to return a list of published content languages.

Renvoie
array of language objects.

Références $db, $query, et Factory\getDbo().

Référencé par HtmlView\display().

◆ getDefaultHomeModule()

static getDefaultHomeModule ( )
static

Method to get the status of the module displaying the menutype of the default Home page set to All languages.

Renvoie
boolean True if the module is published, false otherwise.
Depuis
3.7.0

Références $db, $menutype, $module, $query, et Factory\getDbo().

Référencé par HtmlView\display().

◆ getHomes()

static getHomes ( )
static

Method to get the number of published home pages.

Renvoie
integer

Références $db, $query, et Factory\getDbo().

Référencé par HtmlView\display().

◆ getLangswitchers()

static getLangswitchers ( )
static

Method to get the number of published language switcher modules.

Renvoie
integer

Références $db, $query, et Factory\getDbo().

Référencé par HtmlView\display().

◆ getModule()

static getModule (   $moduleName,
  $instanceTitle = null 
)
static

Get module by name

Paramètres
string$moduleNameThe name of the module
string$instanceTitleThe title of the module, optional
Renvoie
The Module object
Depuis
3.7.0

Références $db, $modules, $query, Log\add(), Factory\getDbo(), Text\sprintf(), et Log\WARNING.

◆ getStatus()

static getStatus ( )
static

Method to return combined language status.

Renvoie
array of language objects.

Références $db, $query, et Factory\getDbo().

Référencé par HtmlView\display().


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