Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier default_result.php

Espaces de nommage

 Joomla\Site
 

Variables

 $user = Factory::getApplication()->getIdentity()
 
 $show_description = $this->params->get('show_description', 1)
 
if($show_description) $showImage = $this->params->get('show_image', 0)
 
 $imageClass = $this->params->get('image_class', '')
 
 $extraAttr = []
 
if($showImage &&!empty($this->result->imageUrl) && $imageClass !=='') $icon = ''
 
if(!empty($this->result->mime)) $show_url = ''
 
else __pad1__
 
else $this result imageUrl
 
else $this result $this result imageAlt
 
 endif
 
else __pad2__
 
 $taxonomies = $this->result->getTaxonomy()
 
 endforeach
 
 if (count( $taxonomy_text))
 

Documentation des variables

◆ $extraAttr

else $this result $this result $extraAttr = []

◆ $icon

if ( $showImage &&!empty( $this->result->imageUrl) &&$imageClass !=='') $icon = ''

◆ $imageClass

$imageClass = $this->params->get('image_class', '')

◆ $show_description

$show_description = $this->params->get('show_description', 1)

◆ $show_url

if (!empty( $this->result->mime)) $show_url = ''

◆ $showImage

if ( $show_description) $showImage = $this->params->get('show_image', 0)

◆ $taxonomies

$taxonomies = $this->result->getTaxonomy()

◆ $user

$user = Factory::getApplication()->getIdentity()

◆ __pad1__

else __pad1__

◆ __pad2__

else __pad2__

◆ endforeach

endforeach

◆ endif

endif

◆ if

if(count($taxonomy_text))

◆ imageAlt

else $this result $this result imageAlt

◆ imageUrl

else $this result imageUrl