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