Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/search/Hook/SearchResultsAugmentHook.php
Ðазад
<?php namespace MediaWiki\Search\Hook; use ResultAugmentor; use ResultSetAugmentor; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "SearchResultsAugment" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface SearchResultsAugmentHook { /** * Use this hook to add code to the list of search result augmentors. * * @since 1.35 * * @param ResultSetAugmentor[] &$setAugmentors List of whole-set augmentor objects, * must implement ResultSetAugmentor * @param ResultAugmentor[] &$rowAugmentors List of per-row augmentor objects, * must implement ResultAugmentor. Note that lists should be in the format * name => object and the names in both lists should be distinct. * @return bool|void True or no return value to continue or false to abort */ public function onSearchResultsAugment( &$setAugmentors, &$rowAugmentors ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка