MediaWiki master
TitleAware.php
Go to the documentation of this file.
1<?php
2
4
6
13interface TitleAware {
14
18 public function getTitle(): PageIdentity;
19
20}
Marker interface for Notifications aware of the PageIdentity those refer to.
getTitle()
Get the PageIdentity of the related page.
Interface for objects (potentially) representing an editable wiki page.