Manual:PageProps.php

Category:MediaWiki code#PageProps.php

Gives access to properties of a page.

Instantiation

Example:

$pageProps = MediaWikiServices::getInstance()->getPageProps();

Public methods

  • getProperties()
  • getAllProperties()
  • ensureCacheSize()

See also

Category:MediaWiki code