Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier components/com_contact/tmpl/category/default_items.php

Espaces de nommage

 Joomla\Site
 

Variables

 $wa = $this->document->getWebAssetManager()
 
 $canDo = ContactHelper::getActions('com_contact', 'category', $this->category->id)
 
 $canEdit = $canDo->get('core.edit')
 
 $userId = Factory::getUser()->id
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 endif
 
else __pad0__
 
foreach( $this->items as $i=> $item)($this->items[$i]->published==0) else
 
 $location = array()
 
 endforeach
 

Documentation des variables

◆ $canDo

◆ $canEdit

$canEdit = $canDo->get('core.edit')

◆ $listDirn

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

◆ $listOrder

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

◆ $location

◆ $userId

$userId = Factory::getUser()->id

◆ $wa

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

◆ __pad0__

else __pad0__

◆ else

foreach ($this->items as $i => $item) ( $this->items[ $i]->published==0) else

◆ endforeach

endforeach

◆ endif

endif