MediaWiki master
AgentAware.php
Go to the documentation of this file.
1<?php
2
4
6
13interface AgentAware {
14
18 public function getAgent(): UserIdentity;
19
20}
Marker interface for Notifications aware of the agent who triggered the notification.
Interface for objects representing user identity.