Manual:TitleValue.php
Appearance
From mediawiki.org
| MediaWiki file: TitleValue.php | |
|---|---|
| Location: | includes/title/ (includes/Title/ in 1.46 or later) |
| Source code: | master • 1.44.2 • 1.43.5 • 1.39.15 |
| Classes: | MediaWiki\Title\TitleValue |
The TitleValue class implements the LinkTarget interface. It represents a page (or page fragment) title within MediaWiki. In contrast to Title , this is designed to be a plain value object. That is, it is immutable , does not use global state, and causes no side effects.