Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/search/Hook/PrefixSearchExtractNamespaceHook.php
Ðазад
<?php namespace MediaWiki\Search\Hook; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "PrefixSearchExtractNamespace" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface PrefixSearchExtractNamespaceHook { /** * This hook is called if core was not able to extract a * namespace from the search string so that extensions can attempt it. * * @since 1.35 * * @param int[] &$namespaces Array of int namespace keys to search in * (change this if you can extract namespaces) * @param string &$search Search term (replace this with term without * the namespace if you can extract one) * @return bool|void True or no return value to continue or false to abort */ public function onPrefixSearchExtractNamespace( &$namespaces, &$search ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка