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 administrator/components/com_users/views/debuguser/tmpl/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $colSpan = 4 + count($this->actions)
 
if(!empty( $this->sidebar)) else
 
 endforeach
 
foreach($this->actions as $action) $check = $item->checks[$name]
 
if($check===true$button = 'btn-success'
 
else __pad0__
 
 endif
 

Documentation des variables

◆ $button

$button = 'btn-success'

◆ $check

foreach ( $this->actions as $action) $check = $item->checks[$name]

◆ $colSpan

$colSpan = 4 + count($this->actions)

◆ $listDirn

$listDirn = $this->escape($this->state->get('list.direction'))

◆ $listOrder

$listOrder = $this->escape($this->state->get('list.ordering'))

◆ __pad0__

else __pad0__

◆ else

if (!empty($this->sidebar)) else

◆ endforeach

endforeach

◆ endif

endif