MediaWiki REL1_35
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}
MediaWikiServices is the service locator for the application scope of MediaWiki.
static getInstance()
Returns the global default instance of the top level service locator.