Manual:TitleValue.php

From Linux Web Expert

Revision as of 07:17, 10 July 2023 by imported>Shirayuki (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

See also