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

Fonctions membres publiques

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

Attributs protégés

 $default_view = 'contacts'
 

Description détaillée

Component Controller

Depuis
1.5

Contact Component Controller

Depuis
1.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings. Recognized key values include 'name', 'default_task', 'model_path', and 'view_path' (this list is not meant to be comprehensive).
Depuis
3.7.0

Références $config, et JPATH_COMPONENT_ADMINISTRATOR.

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
array$urlparamsAn array of safe URL parameters and their variable types, for valid values see JFilterInput::clean().
Renvoie
ContactController This object to support chaining.
Depuis
1.5

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

◆ 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
JControllerLegacy This object to support chaining.
Depuis
1.5

Références null.

Documentation des champs

◆ $default_view

$default_view = 'contacts'
protected

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