MediaWiki master
ComponentRegistryContext.php
Go to the documentation of this file.
1<?php
20
23
34 public function getConfig(): Config;
35
41 public function getTitle(): Title;
42}
Represents a title within MediaWiki.
Definition Title.php:78
Interface for configuration instances.
Definition Config.php:32
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...