MediaWiki master
PermissionStatusAuditHook.php
Go to the documentation of this file.
1<?php
3
7
30 public function onPermissionStatusAudit(
31 LinkTarget $title,
32 UserIdentity $user,
33 string $action,
34 string $rigor,
35 PermissionStatus $status
36 ): void;
37}
A StatusValue for permission errors.
Represents the target of a wiki link.
This is a hook handler interface, see docs/Hooks.md Use the hook name "PermissionStatusAudit" to regi...
onPermissionStatusAudit(LinkTarget $title, UserIdentity $user, string $action, string $rigor, PermissionStatus $status)
This hook is called from PermissionManager::getPermissionStatus() to make any permission status (even...
Interface for objects representing user identity.