MediaWiki  1.23.15
UserBlockedError.php
Go to the documentation of this file.
1 <?php
28  public function __construct( Block $block ) {
29  // @todo FIXME: Implement a more proper way to get context here.
31  parent::__construct( 'blockedtitle', array_shift( $params ), $params );
32  }
33 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
UserBlockedError
Show an error when the user tries to do something whilst blocked.
Definition: UserBlockedError.php:27
UserBlockedError\__construct
__construct(Block $block)
Definition: UserBlockedError.php:28
RequestContext\getMain
static getMain()
Static methods.
Definition: RequestContext.php:420
ErrorPageError\$params
$params
Definition: ErrorPageError.php:28
Block
Definition: Block.php:22
Block\getPermissionsError
getPermissionsError(IContextSource $context)
Get the key and parameters for the corresponding error message.
Definition: Block.php:1334
ErrorPageError
An error page which can definitely be safely rendered using the OutputPage.
Definition: ErrorPageError.php:27