MediaWiki master
ProtectedHookAccessorTrait.php
Go to the documentation of this file.
1<?php
2
4
6
13trait ProtectedHookAccessorTrait {
20 protected function getHookContainer() {
22 }
23
32 protected function getHookRunner() {
33 return new HookRunner( $this->getHookContainer() );
34 }
35}
Service locator for MediaWiki core services.
static getInstance()
Returns the global default instance of the top level service locator.