Joomla CMS  3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
Référence du fichier administrator/components/com_privacy/views/requests/tmpl/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $user = JFactory::getUser()
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $now = JFactory::getDate()
 
 $urgentRequestDate = clone $now
 
if(!empty($this->sidebar)) else
 
else __pad0__
 
 endif
 
 endforeach
 

Documentation des variables

◆ $listDirn

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

◆ $listOrder

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

◆ $now

$now = JFactory::getDate()

◆ $urgentRequestDate

$urgentRequestDate = clone $now

◆ $user

$user = JFactory::getUser()

◆ __pad0__

else __pad0__

◆ else

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

◆ endforeach

endforeach

◆ endif

endif