MediaWiki
master
BlockTargetWithUserIdentity.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Block
;
4
5
use
MediaWiki\User\UserIdentity
;
6
12
interface
BlockTargetWithUserIdentity
{
18
public
function
getUserIdentity
():
UserIdentity
;
19
}
MediaWiki\Block\BlockTargetWithUserIdentity
Interface for block targets which can be converted to a UserIdentity.
Definition
BlockTargetWithUserIdentity.php:12
MediaWiki\Block\BlockTargetWithUserIdentity\getUserIdentity
getUserIdentity()
Get a UserIdentity associated with this target.
MediaWiki\User\UserIdentity
Interface for objects representing user identity.
Definition
UserIdentity.php:24
MediaWiki\Block
Definition
AbstractBlock.php:7
includes
Block
BlockTargetWithUserIdentity.php
Generated on Sat Apr 18 2026 00:05:46 for MediaWiki by
1.10.0