Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/actions/Hook/CustomEditorHook.php
Ðазад
<?php namespace MediaWiki\Hook; use Article; use MediaWiki\User\User; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "CustomEditor" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface CustomEditorHook { /** * This hook is called when invoking the page editor. * * @since 1.35 * * @param Article $article Article being edited * @param User $user User performing the edit * @return bool|void True or no return value to allow the normal editor to be used. * False if implementing a custom editor, e.g. for a special namespace, etc. */ public function onCustomEditor( $article, $user ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка