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