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

Espaces de nommage

 Joomla\Administrator
 

Variables

 $user = Factory::getUser()
 
 $userId = $user->get('id')
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $wa = $this->document->getWebAssetManager()
 
else __pad0__
 
 $canCreate = $user->authorise('core.create', 'com_finder')
 
 $canEdit = $user->authorise('core.edit', 'com_finder')
 
 $userAuthoriseCoreManage = $user->authorise('core.manage', 'com_checkin')
 
 $userAuthoriseCoreEditState = $user->authorise('core.edit.state', 'com_finder')
 
 $canChange = $userAuthoriseCoreEditState && $canCheckIn
 
 $escapedTitle = $this->escape($item->title)
 
 endif
 
else __pad1__
 
 endforeach
 

Documentation des variables

◆ $canChange

$canChange = $userAuthoriseCoreEditState && $canCheckIn

◆ $canCreate

$canCreate = $user->authorise('core.create', 'com_finder')

◆ $canEdit

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

◆ $escapedTitle

$escapedTitle = $this->escape($item->title)

◆ $listDirn

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

◆ $listOrder

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

◆ $user

$user = Factory::getUser()

◆ $userAuthoriseCoreEditState

$userAuthoriseCoreEditState = $user->authorise('core.edit.state', 'com_finder')

◆ $userAuthoriseCoreManage

$userAuthoriseCoreManage = $user->authorise('core.manage', 'com_checkin')

◆ $userId

$userId = $user->get('id')

◆ $wa

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

◆ __pad0__

else __pad0__

◆ __pad1__

else __pad1__

◆ endforeach

endforeach

◆ endif

endif