MediaWiki REL1_39
ExistingPageRecord.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page;
4
15interface ExistingPageRecord extends PageRecord {
16
22 public function exists(): bool;
23}
Data record representing a page that currently exists as an editable page on a wiki.
Data record representing a page that is (or used to be, or could be) an editable page on a wiki.