MediaWiki master
ComponentRegistryContext.php
Go to the documentation of this file.
1<?php
7
10
21 public function getConfig(): Config;
22
28 public function getTitle(): Title;
29}
30
32class_alias( ComponentRegistryContext::class, 'MediaWiki\\Skin\\ComponentRegistryContext' );
Represents a title within MediaWiki.
Definition Title.php:70
Interface for configuration instances.
Definition Config.php:18
getTitle()
Returns the Title object for the component.
getConfig()
Returns the config needed for the component.