Definition at line 4752 of file Parser.php.
◆ __construct()
StripState::__construct |
( |
| ) |
|
Definition at line 4755 of file Parser.php.
References general.
4757 $this->
general =
new ReplacementArray;
4758 $this->nowiki =
new ReplacementArray;
$errors general
Prepares and displays settings form.
◆ unstripBoth()
StripState::unstripBoth |
( |
|
$text | ) |
|
Definition at line 4774 of file Parser.php.
References $text, and general.
4776 wfProfileIn( __METHOD__ );
4779 wfProfileOut( __METHOD__ );
$errors general
Prepares and displays settings form.
◆ unstripGeneral()
StripState::unstripGeneral |
( |
|
$text | ) |
|
Definition at line 4760 of file Parser.php.
References $text, and general.
4762 wfProfileIn( __METHOD__ );
4764 wfProfileOut( __METHOD__ );
$errors general
Prepares and displays settings form.
◆ unstripNoWiki()
StripState::unstripNoWiki |
( |
|
$text | ) |
|
Definition at line 4767 of file Parser.php.
References $text.
4769 wfProfileIn( __METHOD__ );
4771 wfProfileOut( __METHOD__ );
◆ $general
◆ $nowiki
The documentation for this class was generated from the following file: