Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier administrator/components/com_users/tmpl/debuguser/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $loginActions = []
 
 $actions = []
 
foreach($this->actions as $action) if(in_array($name, ['core.login.site', 'core.login.admin', 'core.login.offline', 'core.login.api', 'core.admin'])) else
 
 endif
 
 endforeach
 
foreach($loginActions as $action) $check = $this->items[0]->checks[$name]
 
if($check===true$button = 'btn-success'
 
 $text = Text::_('COM_USERS_DEBUG_EXPLICIT_ALLOW')
 
else __pad1__
 
else __pad2__
 

Documentation des variables

◆ $actions

◆ $button

$button = 'btn-success'

◆ $check

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

◆ $listDirn

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

◆ $listOrder

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

◆ $loginActions

$loginActions = []

◆ $text

$text = Text::_('COM_USERS_DEBUG_EXPLICIT_ALLOW')

◆ __pad1__

else __pad1__

◆ __pad2__

else __pad2__

◆ else

foreach ( $this->actions as $action) if (in_array( $name, [ 'core.login.site', 'core.login.admin', 'core.login.offline', 'core.login.api', 'core.admin'])) else

◆ endforeach

endforeach

◆ endif

endif