MediaWiki master
Page.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Page;
8
10
18interface Page {
19}
20
22class_alias( Page::class, 'Page' );
Represents a title within MediaWiki.
Definition Title.php:69
Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
Definition Page.php:18