Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/RenameUser/Hook/RenameUserPreRenameHook.php
Ðазад
<?php namespace MediaWiki\RenameUser\Hook; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "RenameUserPreRename" to register handlers implementing this interface. * * Between MediaWiki 1.36 and 1.39, this interface was part of the Renameuser extension, * with the namespace MediaWiki\Extension\Renameuser\Hook. * * @stable to implement * @ingroup Hooks * @since 1.40 */ interface RenameUserPreRenameHook { /** * Called before a user is renamed. * * @param int $uid The user ID * @param string $old The old username * @param string $new The new username */ public function onRenameUserPreRename( int $uid, string $old, string $new ): void; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка