MediaWiki  master
ComponentRegistryContext.php
Go to the documentation of this file.
1 <?php
19 namespace MediaWiki\Skin;
20 
21 use Config;
23 
34  public function getConfig(): Config;
35 
41  public function getTitle(): Title;
42 }
Represents a title within MediaWiki.
Definition: Title.php:82
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...