<?phpnamespaceMediaWiki\Notification;useMediaWiki\User\UserIdentity;/** * Marker interface for Notifications aware of the agent who triggered the notification * * @since 1.44 * @unstable */interfaceAgentAware{/** * @return UserIdentity The user responsible for triggering this notification. */publicfunctiongetAgent():UserIdentity;}