Manual:PageIdentity.php

Category:MediaWiki code#PageIdentity.php

Interface for an object that may represent an editable wiki page, a non-existing page, a special page, interwiki link or section link, although this may change in the future. The identity of any PageIdentity object is defined by the namespace, the dbkey, and the wiki ID.

PageIdentity extends PageReference.

Public methods

  • getId()
  • canExist()
  • exists()

Extended by

See also

Category:MediaWiki code