MediaWiki
master
BlockTargetWithUserPage.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Block
;
4
5
use
MediaWiki\Page\PageReference
;
6
14
interface
BlockTargetWithUserPage
extends
BlockTargetWithUserIdentity
{
21
public
function
getUserPage
():
PageReference
;
22
}
MediaWiki\Block\BlockTargetWithUserIdentity
Interface for block targets which can be converted to a UserIdentity.
Definition
BlockTargetWithUserIdentity.php:12
MediaWiki\Block\BlockTargetWithUserPage
Shared interface for user and single IP targets, that is, for targets with a meaningful user page lin...
Definition
BlockTargetWithUserPage.php:14
MediaWiki\Block\BlockTargetWithUserPage\getUserPage
getUserPage()
Get the target's user page.
MediaWiki\Page\PageReference
Interface for objects (potentially) representing a page that can be viewable and linked to on a wiki.
Definition
PageReference.php:52
MediaWiki\Block
Definition
AbstractBlock.php:21
includes
block
BlockTargetWithUserPage.php
Generated on Mon Jun 23 2025 21:23:35 for MediaWiki by
1.10.0