Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/Hook/EditPageNoSuchSectionHook.php
Ðазад
<?php namespace MediaWiki\Hook; use MediaWiki\EditPage\EditPage; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "EditPageNoSuchSection" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface EditPageNoSuchSectionHook { /** * This hook is called when a section edit request is given for a non-existent section. * * @since 1.35 * * @param EditPage $editpage Current EditPage object * @param string &$res HTML of the error text * @return bool|void True or no return value to continue or false to abort */ public function onEditPageNoSuchSection( $editpage, &$res ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка