Jump to content

Manual:PageReference.php

From mediawiki.org

Interface class (MW 1.37+) for objects potentially representing a page that can be viewable and linked to on a wiki, including special pages. The identity of any PageReference object is defined by the namespace, the dbkey, and the wiki ID. If the wiki ID is self::LOCAL, the identity is relative to the local wiki.

Extends WikiAwareEntity.

Public methods

[edit]
  • getWikiId()
  • getNamespace()
  • getDBkey()
  • isSamePageAs()
  • __toString()

Retrieval

[edit]

Extended by

[edit]

See also

[edit]