MediaWiki REL1_39
MWRestrictions Class Reference

A class to check request restrictions expressed as a JSON object. More...

Public Member Functions

 __toString ()
 
 check (WebRequest $request)
 Test against the passed WebRequest.
 
 checkIP ( $ip)
 Test if an IP address is allowed by the restrictions.
 
 toArray ()
 Return the restrictions as an array.
 
 toJson ( $pretty=false)
 Return the restrictions as a JSON string.
 

Static Public Member Functions

static newDefault ()
 
static newFromArray (array $restrictions)
 
static newFromJson ( $json)
 

Protected Member Functions

 __construct (array $restrictions=null)
 

Detailed Description

A class to check request restrictions expressed as a JSON object.

Definition at line 27 of file MWRestrictions.php.

Constructor & Destructor Documentation

◆ __construct()

MWRestrictions::__construct ( array $restrictions = null)
protected
Parameters
array | null$restrictions
Exceptions
InvalidArgumentException

Definition at line 35 of file MWRestrictions.php.

Member Function Documentation

◆ __toString()

MWRestrictions::__toString ( )

Definition at line 118 of file MWRestrictions.php.

References toJson().

◆ check()

MWRestrictions::check ( WebRequest $request)

Test against the passed WebRequest.

Parameters
WebRequest$request
Returns
Status

Definition at line 127 of file MWRestrictions.php.

References checkIP(), and WebRequest\getIP().

◆ checkIP()

MWRestrictions::checkIP ( $ip)

Test if an IP address is allowed by the restrictions.

Parameters
string$ip
Returns
bool

Definition at line 141 of file MWRestrictions.php.

Referenced by check().

◆ newDefault()

static MWRestrictions::newDefault ( )
static
Returns
MWRestrictions

Definition at line 44 of file MWRestrictions.php.

◆ newFromArray()

static MWRestrictions::newFromArray ( array $restrictions)
static
Parameters
array$restrictions
Returns
MWRestrictions
Exceptions
InvalidArgumentException

Definition at line 53 of file MWRestrictions.php.

◆ newFromJson()

static MWRestrictions::newFromJson ( $json)
static
Parameters
string$jsonJSON representation of the restrictions
Returns
MWRestrictions
Exceptions
InvalidArgumentException

Definition at line 62 of file MWRestrictions.php.

◆ toArray()

MWRestrictions::toArray ( )

Return the restrictions as an array.

Returns
array

Definition at line 103 of file MWRestrictions.php.

Referenced by toJson(), and HTMLRestrictionsField\validate().

◆ toJson()

MWRestrictions::toJson ( $pretty = false)

Return the restrictions as a JSON string.

Parameters
bool | string$prettyPretty-print the JSON output, see FormatJson::encode
Returns
string

Definition at line 114 of file MWRestrictions.php.

References toArray().

Referenced by __toString().


The documentation for this class was generated from the following file: