MediaWiki  master
Page.php
Go to the documentation of this file.
1 <?php
22 
30 interface Page {
31 }
Represents a title within MediaWiki.
Definition: Title.php:76
Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
Definition: Page.php:30