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

Fonctions membres publiques

 display ($tpl=null)
 
 getRenderedForm ()
 
- Fonctions membres publiques hérités de FOFViewHtml
 __construct ($config=array())
 
 setPageTitle ()
 
- Fonctions membres publiques hérités de FOFViewRaw
 __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

 onAdd ($tpl=null)
 
- Fonctions membres protégées hérités de FOFViewHtml
 preRender ()
 
 postRender ()
 
- Fonctions membres protégées hérités de FOFViewRaw
 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

 $form
 
- Attributs protégés hérités de FOFViewRaw
 $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)
 
- Champs de données hérités de FOFViewHtml
 $setFrontendPageTitle = false
 
 $defaultPageTitle = null
 
- Attributs publics statiques hérités de FOFView
static $renderers = array()
 

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 $basePath, $path, $task, et FOFPlatform\getInstance().

◆ getRenderedForm()

getRenderedForm ( )

Returns the HTML rendering of the FOFForm attached to this view. Very useful for customising a form page without having to meticulously hand- code the entire form.

Renvoie
string The HTML of the rendered form

Références $html, et $renderer.

◆ onAdd()

onAdd (   $tpl = null)
protected

The event which runs when we are displaying the Add page

Paramètres
string$tplThe view sub-template to use
Renvoie
boolean True to allow display of the view

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

Documentation des champs

◆ $form

$form
protected

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