Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/specials/Hook/UploadForm_getInitialPageTextHook.php
Ðазад
<?php namespace MediaWiki\Hook; use MediaWiki\Config\Config; // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "UploadForm:getInitialPageText" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface UploadForm_getInitialPageTextHook { /** * This hook is called after the initial page text for file uploads is generated. * * It allows extensions to modify the initial page text. * * @since 1.35 * * @param string &$pageText * @param string[] $msg Array of header messages * @param Config $config * @return bool|void True or no return value to continue or false to abort */ public function onUploadForm_getInitialPageText( &$pageText, $msg, $config ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка