MediaWiki  1.23.1
HTMLFormFieldRequiredOptionsException.php
Go to the documentation of this file.
1 <?php
2 
4  public function __construct( HTMLFormField $field, array $missing ) {
5  parent::__construct( sprintf( "Form type `%s` expected the following parameters to be set: %s",
6  get_class( $field ),
7  implode( ', ', $missing ) ) );
8  }
9 }
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
MWException
MediaWiki exception.
Definition: MWException.php:26
HTMLFormField
The parent class to generate form fields.
Definition: HTMLFormField.php:7
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
HTMLFormFieldRequiredOptionsException
Definition: HTMLFormFieldRequiredOptionsException.php:3
HTMLFormFieldRequiredOptionsException\__construct
__construct(HTMLFormField $field, array $missing)
Definition: HTMLFormFieldRequiredOptionsException.php:4