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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe TemplatesViewTemplate
+ Graphe d'héritage de TemplatesViewTemplate:

Fonctions membres publiques

 display ($tpl=null)
 

Fonctions membres protégées

 addToolbar ()
 
 directoryTree ($array)
 
 folderTree ($array)
 

Attributs protégés

 $state
 
 $template
 
 $form
 
 $source
 
 $id
 
 $file
 
 $overridesList
 
 $fileName
 
 $type
 
 $image
 
 $preview
 
 $font
 
 $files
 
 $archive
 

Description détaillée

View to edit a template style.

Depuis
1.6

Documentation des fonctions membres

◆ addToolbar()

addToolbar ( )
protected

Add the page title and toolbar.

Depuis
1.6
Renvoie
void

Références $app, $explodeArray, $user, elseif, modal, et title.

◆ directoryTree()

directoryTree (   $array)
protected

Method for creating the collapsible tree.

Paramètres
array$arrayThe value of the present node for recursion
Renvoie
string
Note
Uses recursion
Depuis
3.2

Références $files.

◆ display()

display (   $tpl = null)

Execute and display a template script.

Paramètres
string$tplThe name of the template file to parse; automatically searches through the template paths.
Renvoie
mixed A string if successful, otherwise an Error object.

Références $app, $explodeArray, $params, et elseif.

◆ folderTree()

folderTree (   $array)
protected

Method for listing the folder tree in modals.

Paramètres
array$arrayThe value of the present node for recursion
Renvoie
string
Note
Uses recursion
Depuis
3.2

Références $files.

Documentation des champs

◆ $archive

$archive
protected

An array containing a list of compressed files

◆ $file

$file
protected

Encrypted file path

◆ $fileName

$fileName
protected

Name of the present file

◆ $files

$files
protected

A nested array containing lst of files and folders

◆ $font

$font
protected

For loading font information

◆ $form

$form
protected

For loading the source form

◆ $id

$id
protected

Extension id

◆ $image

$image
protected

For loading image information

◆ $overridesList

$overridesList
protected

List of available overrides

◆ $preview

$preview
protected

Template id for showing preview button

◆ $source

$source
protected

For loading source file contents

◆ $state

$state
protected

For loading extension state

◆ $template

$template
protected

For loading template details

◆ $type

$type
protected

Type of the file - image, source, font


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