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

Espaces de nommage

 Joomla\Site
 

Variables

 $linkUrl = Route::_($uri->toString(array('path', 'query')))
 
 $link = '<a href="' . $linkUrl . '">' . $this->escape($this->suggested) . '</a>'
 
 endif
 
 $multilang = Factory::getApplication()->getLanguageFilter() ? '_MULTILANG' : ''
 
 return
 
< ol id="search-result-list" class="js-highlight com-finder__results-list" start="<?php echo (int) $this-> pagination limitstart
 
$this baseUrl = Uri::getInstance()->toString(array('scheme', 'host', 'port'))
 
foreach($this->results as $i=> $result) $this result counter = $i + 1
 
 $layout = $this->getLayoutFile($this->result->layout)
 
 endforeach
 
 $total = (int) $this->pagination->total
 
 $limit = (int) $this->pagination->limit * $this->pagination->pagesCurrent
 

Documentation des variables

◆ $layout

$layout = $this->getLayoutFile($this->result->layout)

◆ $limit

$limit = (int) $this->pagination->limit * $this->pagination->pagesCurrent

Référencé par Pagination\__construct(), Pagination\_buildDataObject(), InstallerModel\_getList(), PluginsModel\_getList(), BaseDatabaseModel\_getList(), ModulesModel\_getList(), UpdateModel\_getList(), GroupsModel\_getList(), TasksModel\_getList(), FieldsModel\_getList(), Tobscure\JsonApi\addPaginationLink(), Tobscure\JsonApi\addPaginationLinks(), Checkfiles\checkImages(), RC2\decryptBlock(), JsonapiView\displayList(), RC2\encryptBlock(), ApplicationDescription\extractNamespace(), Application\extractNamespace(), CacheModel\getData(), ArchiveModel\getData(), InstalledModel\getData(), Integer\getEncodedValue(), PositionsModel\getItems(), FeaturedModel\getItems(), CheckinModel\getItems(), CategoryModel\getItems(), Adapter\getItems(), LanguagesModel\getLanguages(), Parameters\getLimit(), Pagination\getLimitBox(), TagsModel\getListQuery(), ListModel\getPagination(), Pagination\getResultsCounter(), ListModel\getStart(), Assertion\greaterOrEqualThan(), Assert\greaterThan(), Assertion\greaterThan(), Assert\greaterThanEq(), Assertion\lessOrEqualThan(), Assert\lessThan(), Assertion\lessThan(), Assert\lessThanEq(), Adapter\onBuildIndex(), ArchiveModel\populateState(), FeaturedModel\populateState(), TagModel\populateState(), CategoryModel\populateState(), ListModel\populateState(), Table\renderRowSeparator(), DatabaseDriver\setQuery(), RC2\setupInlineCrypt(), CodePointString\split(), UnicodeString\split(), ByteString\split(), AbstractString\split(), utf8_locate_current_chr(), et utf8_locate_next_chr().

◆ $link

$link = '<a href="' . $linkUrl . '">' . $this->escape($this->suggested) . '</a>'

◆ $linkUrl

$linkUrl = Route::_($uri->toString(array('path', 'query')))

Référencé par PlgSystemSef\onAfterDispatch().

◆ $multilang

$multilang = Factory::getApplication()->getLanguageFilter() ? '_MULTILANG' : ''

◆ $total

◆ baseUrl

$this baseUrl = Uri::getInstance()->toString(array('scheme', 'host', 'port'))

◆ counter

◆ endforeach

endforeach

◆ endif

endif

◆ limitstart

<ol id="search-result-list" class="js-highlight com-finder__results-list" start="<?php echo (int) $this-> pagination limitstart

◆ return

return