MediaWiki REL1_39
ComponentRegistryContext.php
Go to the documentation of this file.
1<?php
20
21use Config;
22use Title;
23
34 public function getConfig(): Config;
35
41 public function getTitle(): Title;
42}
Represents a title within MediaWiki.
Definition Title.php:49
Interface for configuration instances.
Definition Config.php:30
getConfig()
Returns the config needed for the component.
getTitle()
Returns the Title object for the component.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...