Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/FeaturedFeeds/includes/Hooks/HookRunner.php
Ðазад
<?php // phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName namespace MediaWiki\Extension\FeaturedFeeds\Hooks; use MediaWiki\HookContainer\HookContainer; /** * This is a hook runner class, see docs/Hooks.md in core. * @internal */ class HookRunner implements FeaturedFeedsGetFeedsHook { private HookContainer $hookContainer; public function __construct( HookContainer $hookContainer ) { $this->hookContainer = $hookContainer; } /** * @inheritDoc */ public function onFeaturedFeeds__getFeeds( array &$feedDefs ) { return $this->hookContainer->run( 'FeaturedFeeds::getFeeds', [ &$feedDefs ] ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка