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/groups/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $user = Factory::getUser()
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $wa = $this->document->getWebAssetManager()
 
else __pad3__
 
 $canEdit = $user->authorise('core.edit', 'com_users')
 
if(! $user->authorise('core.admin') &&Access::checkGroup($item->id, 'core.admin')) $canChange = $user->authorise('core.edit.state', 'com_users')
 
 endif
 
else __pad4__
 
 endforeach
 

Documentation des variables

◆ $canChange

if (! $user->authorise( 'core.admin') &&Access::checkGroup( $item->id, 'core.admin')) $canChange = $user->authorise('core.edit.state', 'com_users')

◆ $canEdit

$canEdit = $user->authorise('core.edit', 'com_users')

◆ $listDirn

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

◆ $listOrder

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

◆ $user

$user = Factory::getUser()

◆ $wa

$wa = $this->document->getWebAssetManager()

◆ __pad3__

else __pad3__

◆ __pad4__

else __pad4__

◆ endforeach

endforeach

◆ endif

endif