MediaWiki REL1_37
ProperPageIdentity.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Page;
22
23use Wikimedia\Assert\PreconditionException;
24
44
52 public function getWikiId();
53
66 public function getId( $wikiId = self::LOCAL ): int;
67
75 public function getDBkey(): string;
76
83 public function canExist(): bool;
84
85}
Interface for objects (potentially) representing an editable wiki page.
Interface for objects representing a page that is (or could be, or used to be) an editable page on a ...
getWikiId()
Get the ID of the wiki this page belongs to.
getId( $wikiId=self::LOCAL)
Returns the page ID.
getDBkey()
Get the page title in DB key form.