MediaWiki
master
TitleAware.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Notification
;
4
5
use
MediaWiki\Page\PageIdentity
;
6
13
interface
TitleAware
{
14
18
public
function
getTitle
():
PageIdentity
;
19
20
}
MediaWiki\Notification\TitleAware
Marker interface for Notifications aware of the PageIdentity those refer to.
Definition
TitleAware.php:13
MediaWiki\Notification\TitleAware\getTitle
getTitle()
Get the PageIdentity of the related page.
MediaWiki\Page\PageIdentity
Interface for objects (potentially) representing an editable wiki page.
Definition
PageIdentity.php:53
MediaWiki\Notification
Definition
AgentAware.php:3
includes
Notification
TitleAware.php
Generated on Sat Dec 6 2025 11:24:18 for MediaWiki by
1.10.0