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 du fichier components/com_contact/views/contact/tmpl/default_user_custom_fields.php

Espaces de nommage

 Joomla\Site
 

Variables

 $params = $this->item->params
 
 $presentation_style = $params->get('presentation_style')
 
 $displayGroups = $params->get('show_user_custom_fields')
 
 $userFieldGroups = array()
 
if(! $displayGroups||! $this->contactUser) endif
 
 $userFieldGroups [$field->group_title][] = $field
 
 endforeach
 

Documentation des variables

◆ $displayGroups

$displayGroups = $params->get('show_user_custom_fields')

◆ $params

$params = $this->item->params

◆ $presentation_style

$presentation_style = $params->get('presentation_style')

◆ $userFieldGroups [1/2]

$userFieldGroups = array()

◆ $userFieldGroups [2/2]

$userFieldGroups[ $field->group_title][] = $field

◆ endforeach

endforeach

◆ endif

endif