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 TemplatesHelper

Fonctions membres publiques statiques

static addSubmenu ($vName)
 
static getActions ()
 
static getClientOptions ()
 
static getTemplateOptions ($clientId=' *')
 
static parseXMLTemplateFile ($templateBaseDir, $templateDir)
 
static getPositions ($clientId, $templateDir)
 

Description détaillée

Templates component helper.

Depuis
1.6

Documentation des fonctions membres

◆ addSubmenu()

static addSubmenu (   $vName)
static

Configure the Linkbar.

Paramètres
string$vNameThe name of the active view.
Renvoie
void

Références JHtmlSidebar\addEntry().

Référencé par TemplatesViewStyles\display(), et TemplatesViewTemplates\display().

◆ getActions()

static getActions ( )
static

Gets a list of the actions that can be performed.

Renvoie
JObject
Obsolète:
3.2 Use JHelperContent::getActions() instead

◆ getClientOptions()

static getClientOptions ( )
static

Get a list of filter options for the application clients.

Renvoie
array An array of JHtmlOption elements.

Références $options.

Référencé par JFormFieldTemplateLocation\getOptions().

◆ getPositions()

static getPositions (   $clientId,
  $templateDir 
)
static

TODO

Paramètres
integer$clientIdTODO
string$templateDirTODO
Renvoie
boolean|array
Depuis
3.0

Références $clientId, $positions, if, JPATH_ADMINISTRATOR, et JPATH_SITE.

Référencé par JHtmlModules\positions().

◆ getTemplateOptions()

static getTemplateOptions (   $clientId = '*')
static

Get a list of filter options for the templates with styles.

Paramètres
mixed$clientIdThe CMS client id (0:site | 1:administrator) or '*' for all.
Renvoie
array An array of JHtmlOption elements.

Références $clientId, $db, $options, et $query.

Référencé par JFormFieldTemplateName\getOptions().

◆ parseXMLTemplateFile()

static parseXMLTemplateFile (   $templateBaseDir,
  $templateDir 
)
static

TODO

Paramètres
string$templateBaseDirTODO
string$templateDirTODO
Renvoie
boolean|JObject

Références $data, $key, et $value.

Référencé par TemplatesModelTemplates\getItems().


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