Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/skins/Hook/SkinSubPageSubtitleHook.php
Ðазад
<?php namespace MediaWiki\Hook; use MediaWiki\Output\OutputPage; use Skin; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "SkinSubPageSubtitle" to register handlers implementing this interface. * * @stable to implement * @ingroup Hooks */ interface SkinSubPageSubtitleHook { /** * This hook is called at the beginning of Skin::subPageSubtitle(). * * @since 1.35 * * @param string &$subpages Subpage links HTML * @param Skin $skin * @param OutputPage $out * @return bool|void True or no return value to continue or false to abort. * If true is returned, $subpages will be ignored and the rest of subPageSubtitle() * will run. If false is returned, $subpages will be used instead of the HTML * subPageSubtitle() generates. */ public function onSkinSubPageSubtitle( &$subpages, $skin, $out ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка