Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/CheckUser/src/Hook/SpecialCheckUserGetLinksFromRowHook.php
Ðазад
<?php namespace MediaWiki\CheckUser\Hook; use MediaWiki\CheckUser\CheckUser\Pagers\AbstractCheckUserPager; use stdClass; interface SpecialCheckUserGetLinksFromRowHook { /** * A hook that is used to modify the generated links * shown for an entry in the 'Get actions' check type. Any * added strings to &$links must be properly escaped. * Keys can be used in the array for convenience, but these * are not used in the resulting output. * * @param AbstractCheckUserPager $specialCheckUser The instance of the pager being used to generate the results * @param stdClass $row The row from the database that is being processed by the pager * @param string[] &$links The links that the pager has defined for this row that can be modified * @since 1.40 */ public function onSpecialCheckUserGetLinksFromRow( AbstractCheckUserPager $specialCheckUser, stdClass $row, array &$links ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка