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

Espaces de nommage

 Joomla\Administrator
 

Variables

 $wa = $this->document->getWebAssetManager()
 
 $user = Factory::getUser()
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $now = Factory::getDate()
 
 $stateIcons = array(-1 => 'delete', 0 => 'archive', 1 => 'publish')
 
 $stateMsgs
 
else __pad2__
 
 endforeach
 
 endif
 

Documentation des variables

◆ $listDirn

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

◆ $listOrder

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

◆ $now

◆ $stateIcons

$stateIcons = array(-1 => 'delete', 0 => 'archive', 1 => 'publish')

◆ $stateMsgs

$stateMsgs
Valeur initiale :
= array(
-1 => Text::_('COM_PRIVACY_CONSENTS_STATE_INVALIDATED'),
0 => Text::_('COM_PRIVACY_CONSENTS_STATE_OBSOLETE'),
1 => Text::_('COM_PRIVACY_CONSENTS_STATE_VALID')
)

◆ $user

$user = Factory::getUser()

◆ $wa

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

◆ __pad2__

else __pad2__

◆ endforeach

endforeach

◆ endif

endif