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