Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/specials/Hook/SpecialLogAddLogSearchRelationsHook.php
Ðазад
<?php namespace MediaWiki\Hook; use MediaWiki\Request\WebRequest; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "SpecialLogAddLogSearchRelations" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface SpecialLogAddLogSearchRelationsHook { /** * Use this hook to add log relations to the current log * * @since 1.35 * * @param string $type String of the log type * @param WebRequest $request WebRequest object for getting the value provided by the current user * @param array &$qc Array for query conditions to add * @return bool|void True or no return value to continue or false to abort */ public function onSpecialLogAddLogSearchRelations( $type, $request, &$qc ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка