uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
includes
/
search
/
..
/
HookContainer
/
ProtectedHookAccessorTrait.php
/
/
<?php namespace MediaWiki\HookContainer; use MediaWiki\MediaWikiServices; /** * This trait provides an implementation of getHookContainer() and * getHookRunner() for classes that do not use dependency injection. Its * purpose is to provide a consistent API which can easily be maintained * after the class has been migrated to dependency injection. */ trait ProtectedHookAccessorTrait { /** * Get a HookContainer, for running extension hooks or for hook metadata. * * @since 1.35 * @return HookContainer */ protected function getHookContainer() { return MediaWikiServices::getInstance()->getHookContainer(); } /** * Get a HookRunner for running core hooks. * * @internal This is for use by core only. Hook interfaces may be removed * without notice. * @since 1.35 * @return HookRunner */ protected function getHookRunner() { return new HookRunner( $this->getHookContainer() ); } }
/var/www/html/1c732/../mediawiki/includes/search/../HookContainer/ProtectedHookAccessorTrait.php