MediaWiki  1.27.2
ReplacementArray Class Reference

Wrapper around strtr() that holds replacements. More...

Public Member Functions

 __construct ($data=[])
 Create an object with the specified replacement array The array should have the same form as the replacement array for strtr() More...
 
 __sleep ()
 
 getArray ()
 
 merge (ReplacementArray $other)
 
 mergeArray ($data)
 
 removeArray ($data)
 
 removePair ($from)
 
 replace ($subject)
 
 setArray ($data)
 Set the whole replacement array at once. More...
 
 setPair ($from, $to)
 Set an element of the replacement array. More...
 

Private Attributes

 $data = false
 

Detailed Description

Wrapper around strtr() that holds replacements.

Definition at line 24 of file ReplacementArray.php.

Constructor & Destructor Documentation

ReplacementArray::__construct (   $data = [])

Create an object with the specified replacement array The array should have the same form as the replacement array for strtr()

Parameters
array$data

Definition at line 32 of file ReplacementArray.php.

References $data, and data.

Member Function Documentation

ReplacementArray::__sleep ( )
Returns
array

Definition at line 39 of file ReplacementArray.php.

ReplacementArray::getArray ( )
Returns
array|bool

Definition at line 54 of file ReplacementArray.php.

References $data.

ReplacementArray::merge ( ReplacementArray  $other)
Parameters
ReplacementArray$other

Definition at line 77 of file ReplacementArray.php.

References $data, and data.

ReplacementArray::mergeArray (   $data)
Parameters
array$data

Definition at line 70 of file ReplacementArray.php.

References $data, and data.

ReplacementArray::removeArray (   $data)
Parameters
array$data

Definition at line 91 of file ReplacementArray.php.

References $data, $from, as, and removePair().

ReplacementArray::removePair (   $from)
Parameters
string$from

Definition at line 84 of file ReplacementArray.php.

References $from, and data.

Referenced by removeArray().

ReplacementArray::replace (   $subject)
Parameters
string$subject
Returns
string

Definition at line 101 of file ReplacementArray.php.

References data.

ReplacementArray::setArray (   $data)

Set the whole replacement array at once.

Parameters
array$data

Definition at line 47 of file ReplacementArray.php.

References $data, and data.

ReplacementArray::setPair (   $from,
  $to 
)

Set an element of the replacement array.

Parameters
string$from
string$to

Definition at line 63 of file ReplacementArray.php.

References $from, and data.

Member Data Documentation

ReplacementArray::$data = false
private

Definition at line 25 of file ReplacementArray.php.

Referenced by __construct(), getArray(), merge(), mergeArray(), removeArray(), and setArray().


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