3 namespace MediaWiki\Page
;
6 * Data record representing a page that currently exists as
7 * an editable page on a wiki.
9 * @note This is intended to become an alias for PageRecord, once PageRecord is guaranteed
10 * to be immutable and to represent existing pages.
12 * @see https://www.mediawiki.org/wiki/Manual:Modeling_pages
17 interface ExistingPageRecord
extends PageRecord
{
24 public function exists(): bool;