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

Fonctions membres publiques

 display ($cachable=false, $urlparams=array())
 
 display ($cachable=false, $urlparams=array())
 

Attributs protégés

 $default_view = 'index'
 

Description détaillée

Base controller class for Finder.

Depuis
2.5

Finder Component Controller.

Depuis
2.5

Documentation des fonctions membres

◆ display() [1/2]

display (   $cachable = false,
  $urlparams = array() 
)

Method to display a view.

Paramètres
boolean$cachableIf true, the view output will be cached. [optional]
array$urlparamsAn array of safe URL parameters and their variable types, for valid values see JFilterInput::clean(). [optional]
Renvoie
JControllerLegacy This object is to support chaining.
Depuis
2.5

Références $input, FinderHelperLanguage\loadPluginLanguage(), et null.

◆ display() [2/2]

display (   $cachable = false,
  $urlparams = array() 
)

Method to display a view.

Paramètres
boolean$cachableIf true, the view output will be cached
array$urlparamsAn array of safe URL parameters and their variable types, for valid values see JFilterInput::clean().
Renvoie
FinderController A JControllerLegacy object to support chaining.
Depuis
2.5

Références $layout, $view, JPATH_ADMINISTRATOR, null, et JLoader\register().

Documentation des champs

◆ $default_view

$default_view = 'index'
protected

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