Go to the documentation of this file.
24 $this->imageUrl =
$params[
'imageUrl'];
25 $this->showCreateHelp = !empty(
$params[
'showCreateHelp'] );
31 $out = $this->mParent->getOutput();
34 $out->addModuleStyles(
'ext.confirmEdit.fancyCaptcha.styles' );
38 $out->addModules(
'ext.confirmEdit.fancyCaptcha' );
42 [
'class' =>
'confirmedit-captcha-reload fancycaptcha-reload' ],
43 $this->mParent->msg(
'fancycaptcha-reload-text' )->text()
53 'class' =>
'mw-ui-input',
56 'autocomplete' =>
'off',
57 'autocorrect' =>
'off',
58 'autocapitalize' =>
'off',
59 'placeholder' => $this->mParent->msg(
'fancycaptcha-imgcaptcha-ph' )->text()
67 'class' =>
'fancycaptcha-image',
68 'src' => $this->imageUrl,
73 if ( $this->showCreateHelp ) {
76 'class' =>
'mw-createacct-captcha-assisted'
77 ], $this->mParent->msg(
'createacct-imgcaptcha-help' )->parse() );
88 return $this->mParent->msg(
'captcha-label' )->text() .
' '
89 . $this->mParent->msg(
'fancycaptcha-captcha' )->text();
93 $labelHtml = parent::getLabelHtml( $cellAttributes );
94 if ( $this->mLabel ) {
__construct(array $params)
Apart from normal HTMLFormField parameters, recognizes the following keys:
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
static closeElement( $element)
Returns "</$element>".
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing & $attribs
when a variable name is used in a it is silently declared as a new masking the global
Captcha input field for FancyCaptcha that displays a question and returns the answer.
getLabelHtml( $cellAttributes=[])
static openElement( $element, $attribs=[])
Identical to rawElement(), but has no third parameter and omits the end tag (and the self-closing '/'...
static rawElement( $element, $attribs=[], $contents='')
Returns an HTML element in a string.
static element( $element, $attribs=[], $contents='')
Identical to rawElement(), but HTML-escapes $contents (like Xml::element()).
$wgEnableAPI
Enable the MediaWiki API for convenient access to machine-readable data via api.php.
getInputHTML( $value)
This function must be implemented to return the HTML to generate the input object itself.
the array() calling protocol came about after MediaWiki 1.4rc1.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out