Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/actions/Hook/PageHistoryPager__doBatchLookupsHook.php
Ðазад
<?php namespace MediaWiki\Hook; use MediaWiki\Pager\HistoryPager; use Wikimedia\Rdbms\IResultWrapper; // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "PageHistoryPager::doBatchLookups" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface PageHistoryPager__doBatchLookupsHook { /** * This hook is called after the pager query was run, before any output is generated, * to allow batch lookups for prefetching information needed for display. * * @since 1.35 * * @param HistoryPager $pager * @param IResultWrapper $result A ResultWrapper representing the query result * @return bool|void True or no return value to continue. False to skip the * regular behavior of doBatchLookups(). */ public function onPageHistoryPager__doBatchLookups( $pager, $result ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка