MediaWiki master
MWRestrictions Class Reference

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

Collaboration diagram for MWRestrictions:

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.
 
 userCan (LinkTarget $target)
 Test whether an action on the target is allowed by the restrictions.
 

Static Public Member Functions

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

Public Attributes

StatusValue $validity
 

Protected Member Functions

 __construct (array $restrictions=null)
 

Detailed Description

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

Definition at line 30 of file MWRestrictions.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 42 of file MWRestrictions.php.

Member Function Documentation

◆ __toString()

MWRestrictions::__toString ( )

Definition at line 133 of file MWRestrictions.php.

References toJson().

◆ check()

MWRestrictions::check ( WebRequest $request)

Test against the passed WebRequest.

Parameters
WebRequest$request
Returns
Status

Definition at line 142 of file MWRestrictions.php.

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

◆ checkIP()

MWRestrictions::checkIP ( $ip)

Test if an IP address is allowed by the restrictions.

Parameters
string$ip
Returns
bool

Definition at line 170 of file MWRestrictions.php.

Referenced by check().

◆ newDefault()

static MWRestrictions::newDefault ( )
static

◆ newFromArray()

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

Definition at line 61 of file MWRestrictions.php.

Referenced by MediaWiki\HTMLForm\Field\HTMLRestrictionsField\loadDataFromRequest().

◆ newFromJson()

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

Definition at line 70 of file MWRestrictions.php.

◆ toArray()

MWRestrictions::toArray ( )

Return the restrictions as an array.

Returns
array

Definition at line 116 of file MWRestrictions.php.

Referenced by toJson().

◆ 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 129 of file MWRestrictions.php.

References toArray().

Referenced by __toString().

◆ userCan()

MWRestrictions::userCan ( LinkTarget $target)

Test whether an action on the target is allowed by the restrictions.

Access: internal
Parameters
LinkTarget$target
Returns
StatusValue

Definition at line 158 of file MWRestrictions.php.

Member Data Documentation

◆ $validity

StatusValue MWRestrictions::$validity

Definition at line 36 of file MWRestrictions.php.


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