MediaWiki master
MediaWiki\Block\Restriction\ActionRestriction Class Reference

Restriction for partial blocks of actions. More...

Inherits MediaWiki\Block\Restriction\AbstractRestriction.

Collaboration diagram for MediaWiki\Block\Restriction\ActionRestriction:

Public Member Functions

 matches (Title $title)
 Determine if a restriction matches a given title.
Since
1.33
Parameters
Title$title
Returns
bool

 
- Public Member Functions inherited from MediaWiki\Block\Restriction\AbstractRestriction
 __construct ( $blockId, $value)
 Create Restriction.
 
 equals (Restriction $other)
 Determine if a restriction equals another restriction.
Since
1.33
Parameters
Restriction$other
Returns
bool

 
 getBlockId ()
 Get the ID of the block.
Since
1.33
Returns
int

 
 getHash ()
 Create a unique hash of the block restriction based on the type and value.
Since
1.33
Returns
string

 
 getValue ()
 Get the value of the restriction.
Since
1.33
Returns
int

 
 setBlockId ( $blockId)
 Set the ID of the block.
Since
1.33
Parameters
int$blockId
Returns
self

 
 toRow ()
 Convert a restriction object into a row array for insertion.
Since
1.33
Returns
array

 

Public Attributes

const TYPE = 'action'
 
const TYPE_ID = 3
 
- Public Attributes inherited from MediaWiki\Block\Restriction\AbstractRestriction
const TYPE = ''
 String constant identifying the type of restriction.
 
const TYPE_ID = 0
 Numeric type identifier.
 

Additional Inherited Members

- Static Public Member Functions inherited from MediaWiki\Block\Restriction\AbstractRestriction
static getType ()
 Get the type of restriction.
Since
1.33
Returns
string

 
static getTypeId ()
 Get the ID of the type of restriction.This ID is used in the database.
Since
1.33
Returns
int

 
static newFromRow (\stdClass $row)
 Create a new Restriction from a database row.
Since
1.33
Parameters
\\stdClass$row
Returns
static

 
- Protected Attributes inherited from MediaWiki\Block\Restriction\AbstractRestriction
int $blockId
 
int $value
 

Detailed Description

Restriction for partial blocks of actions.

Since
1.37

Definition at line 32 of file ActionRestriction.php.

Member Function Documentation

◆ matches()

MediaWiki\Block\Restriction\ActionRestriction::matches ( Title $title)

Determine if a restriction matches a given title.

Since
1.33
Parameters
Title$title
Returns
bool

Implements MediaWiki\Block\Restriction\Restriction.

Definition at line 47 of file ActionRestriction.php.

Member Data Documentation

◆ TYPE

const MediaWiki\Block\Restriction\ActionRestriction::TYPE = 'action'

Definition at line 37 of file ActionRestriction.php.

◆ TYPE_ID

const MediaWiki\Block\Restriction\ActionRestriction::TYPE_ID = 3

Definition at line 42 of file ActionRestriction.php.


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