MediaWiki master
BlockTargetWithUserIdentity.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Block;
4
6
Interface for block targets which can be converted to a UserIdentity.
getUserIdentity()
Get a UserIdentity associated with this target.
Interface for objects representing user identity.