MediaWiki master
Page.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Page;
22
24
32interface Page {
33}
34
36class_alias( Page::class, 'Page' );
Represents a title within MediaWiki.
Definition Title.php:78
Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
Definition Page.php:32