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 FOFViewRaw
+ Graphe d'héritage de FOFViewRaw:

Fonctions membres publiques

 __construct ($config=array())
 
 display ($tpl=null)
 
 hasAjaxOrderingSupport ()
 
 getLists ()
 
 getPerms ()
 
- Fonctions membres publiques hérités de FOFView
 __construct ($config=array())
 
 loadAnyTemplate ($path='', $forceParams=array())
 
 display ($tpl=null)
 
 assign ()
 
 assignRef ($key, &$val)
 
 escape ($var)
 
 get ($property, $default=null)
 
 getModel ($name=null)
 
 getLayout ()
 
 getLayoutTemplate ()
 
 getName ()
 
 setModel ($model, $default=false, $name=null)
 
 setLayout ($layout)
 
 setLayoutExt ($value)
 
 setEscape ($spec)
 
 addTemplatePath ($path)
 
 addHelperPath ($path)
 
 loadTemplate ($tpl=null, $strict=false)
 
getRenderer ()
 
 setRenderer (FOFRenderAbstract &$renderer)
 
 setPreRender ($value)
 
 setPostRender ($value)
 
 loadHelper ($hlp=null)
 
 getViewOptionAndName ()
 
- Fonctions membres publiques hérités de FOFUtilsObject
 __construct ($properties=null)
 
 __toString ()
 
 def ($property, $default=null)
 
 get ($property, $default=null)
 
 getProperties ($public=true)
 
 getError ($i=null, $toString=true)
 
 getErrors ()
 
 set ($property, $value=null)
 
 setProperties ($properties)
 
 setError ($error)
 

Fonctions membres protégées

 preRender ()
 
 postRender ()
 
 onBrowse ($tpl=null)
 
 onDisplay ($tpl=null)
 
 onAdd ($tpl=null)
 
 onEdit ($tpl=null)
 
 onRead ($tpl=null)
 
- Fonctions membres protégées hérités de FOFView
 findRenderer ()
 
 _setPath ($type, $path)
 
 _addPath ($type, $path)
 
 _createFileName ($type, $parts=array())
 

Attributs protégés

 $lists = null
 
 $perms = null
 
- Attributs protégés hérités de FOFView
 $_name = null
 
 $_models = array()
 
 $_basePath = null
 
 $_defaultModel = null
 
 $_layout = 'default'
 
 $_layoutExt = 'php'
 
 $_layoutTemplate = '_'
 
 $_path = array('template' => array(), 'helper' => array())
 
 $_template = null
 
 $_output = null
 
 $_escape = 'htmlspecialchars'
 
 $_charset = 'UTF-8'
 
 $config = array()
 
 $input = null
 
 $rendererObject = null
 
 $doPreRender = true
 
 $doPostRender = true
 
- Attributs protégés hérités de FOFUtilsObject
 $_errors = array()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de FOFView
static registerRenderer (FOFRenderAbstract &$renderer)
 
- Attributs publics statiques hérités de FOFView
static $renderers = array()
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Class constructor

Paramètres
array$configConfiguration parameters

Références $config, elseif, et FOFPlatform\getInstance().

Documentation des fonctions membres

◆ display()

display (   $tpl = null)

Displays the view

Paramètres
string$tplThe template to use
Renvoie
boolean|null False if we can't render anything

Références $task.

◆ getLists()

getLists ( )

Returns the internal list of useful variables to the benefit of FOFFormHeader fields.

Renvoie
array
Depuis
2.0

◆ getPerms()

getPerms ( )

Returns a reference to the permissions object of this view

Renvoie
stdClass

◆ hasAjaxOrderingSupport()

hasAjaxOrderingSupport ( )

Determines if the current Joomla! version and your current table support AJAX-powered drag and drop reordering. If they do, it will set up the drag & drop reordering feature.

Renvoie
boolean|array False if not supported, a table with necessary information (saveOrder: should you enabled DnD reordering; orderingColumn: which column has the ordering information).

Références $fields, $listDirn, $listOrder, $saveOrder, et null.

◆ onAdd()

onAdd (   $tpl = null)
protected

Executes before rendering the page for the Add task.

Paramètres
string$tplSubtemplate to use
Renvoie
boolean Return true to allow rendering of the page

Références item, et JRequest\setVar().

◆ onBrowse()

onBrowse (   $tpl = null)
protected

Executes before rendering the page for the Browse task.

Paramètres
string$tplSubtemplate to use
Renvoie
boolean Return true to allow rendering of the page

◆ onDisplay()

onDisplay (   $tpl = null)
protected

Executes before rendering a generic page, default to actions necessary for the Browse task.

Paramètres
string$tplSubtemplate to use
Renvoie
boolean Return true to allow rendering of the page

Références $params, $view, FOFPlatform\getInstance(), et items.

◆ onEdit()

onEdit (   $tpl = null)
protected

Executes before rendering the page for the Edit task.

Paramètres
string$tplSubtemplate to use
Renvoie
boolean Return true to allow rendering of the page

Références FOFPlatform\getInstance().

◆ onRead()

onRead (   $tpl = null)
protected

Executes before rendering the page for the Read task.

Paramètres
string$tplSubtemplate to use
Renvoie
boolean Return true to allow rendering of the page

◆ postRender()

postRender ( )
protected

Last chance to output something after rendering the view template and before returning to the caller

Renvoie
void

◆ preRender()

preRender ( )
protected

Last chance to output something before rendering the view template

Renvoie
void

Documentation des champs

◆ $lists

$lists = null
protected

◆ $perms

$perms = null
protected

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