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

Fonctions membres publiques

 __construct ($config=array())
 
- 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

 onDisplay ($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

 $csvHeader = true
 
 $csvFilename = null
 
 $csvFields = array()
 
- 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 constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Public constructor. Instantiates a FOFViewCsv object.

Paramètres
array$configThe configuration data array

Références $config, $view, elseif, et FOFInflector\pluralize().

Documentation des fonctions membres

◆ 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 $document, $item, $items, elseif, FOFPlatform\getInstance(), et items.

Documentation des champs

◆ $csvFields

$csvFields = array()
protected

◆ $csvFilename

$csvFilename = null
protected

◆ $csvHeader

$csvHeader = true
protected

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