MediaWiki REL1_33
ConfirmLinkAuthenticationRequest.php
Go to the documentation of this file.
1<?php
22namespace MediaWiki\Auth;
23
26 protected $linkRequests;
27
29 public $confirmedLinkIDs = [];
30
35 public function __construct( array $linkRequests ) {
36 if ( !$linkRequests ) {
37 throw new \InvalidArgumentException( '$linkRequests must not be empty' );
38 }
39 $this->linkRequests = $linkRequests;
40 }
41
42 public function getFieldInfo() {
43 $options = [];
44 foreach ( $this->linkRequests as $req ) {
45 $description = $req->describeCredentials();
46 $options[$req->getUniqueId()] = wfMessage(
47 'authprovider-confirmlink-option',
48 $description['provider']->text(), $description['account']->text()
49 );
50 }
51 return [
52 'confirmedLinkIDs' => [
53 'type' => 'multiselect',
54 'options' => $options,
55 'label' => wfMessage( 'authprovider-confirmlink-request-label' ),
56 'help' => wfMessage( 'authprovider-confirmlink-request-help' ),
57 'optional' => true,
58 ]
59 ];
60 }
61
62 public function getUniqueId() {
63 return parent::getUniqueId() . ':' . implode( '|', array_map( function ( $req ) {
64 return $req->getUniqueId();
66 }
67
73 public static function __set_state( $data ) {
74 $ret = new static( $data['linkRequests'] );
75 foreach ( $data as $k => $v ) {
76 $ret->$k = $v;
77 }
78 return $ret;
79 }
80}
This list may contain false positives That usually means there is additional text with links below the first Each row contains links to the first and second as well as the first line of the second redirect text
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
This is a value object for authentication requests.
static __set_state( $data)
Implementing this mainly for use from the unit tests.
string[] $confirmedLinkIDs
List of unique IDs of the confirmed accounts.
this hook is for auditing only $req
Definition hooks.txt:979
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 & $options
Definition hooks.txt:1999
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 & $ret
Definition hooks.txt:2003
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "&lt;div ...>$1&lt;/div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
$data
Utility to generate mapping file used in mw.Title (phpCharToUpper.json)
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))