|
MediaWiki master
|
Inherited by MediaWiki\Block\UserBlockCommandFactory.
Public Member Functions | |
| newRemoveBlock (DatabaseBlock $block, Authority $performer, string $reason, array $tags=[]) | |
| Creates UnblockUser to remove a specific block. | |
| newUnblockUser ( $target, Authority $performer, string $reason, array $tags=[]) | |
Definition at line 16 of file UnblockUserFactory.php.
| MediaWiki\Block\UnblockUserFactory::newRemoveBlock | ( | DatabaseBlock | $block, |
| Authority | $performer, | ||
| string | $reason, | ||
| array | $tags = [] ) |
Creates UnblockUser to remove a specific block.
| DatabaseBlock | $block | |
| Authority | $performer | |
| string | $reason | |
| array | $tags |
Implemented in MediaWiki\Block\UserBlockCommandFactory.
| MediaWiki\Block\UnblockUserFactory::newUnblockUser | ( | $target, | |
| Authority | $performer, | ||
| string | $reason, | ||
| array | $tags = [] ) |
| BlockTarget | UserIdentity | string | $target | |
| Authority | $performer | |
| string | $reason | |
| string[] | $tags |
Implemented in MediaWiki\Block\UserBlockCommandFactory.