Definition at line 4744 of file Parser.php.
◆ __construct()
StripState::__construct |
( |
| ) |
|
Definition at line 4747 of file Parser.php.
References general.
4749 $this->
general =
new ReplacementArray;
4750 $this->nowiki =
new ReplacementArray;
$errors general
Prepares and displays settings form.
◆ unstripBoth()
StripState::unstripBoth |
( |
|
$text | ) |
|
Definition at line 4766 of file Parser.php.
References general.
4768 wfProfileIn( __METHOD__ );
4769 $text = $this->
general->replace( $text );
4770 $text = $this->nowiki->replace( $text );
4771 wfProfileOut( __METHOD__ );
$errors general
Prepares and displays settings form.
◆ unstripGeneral()
StripState::unstripGeneral |
( |
|
$text | ) |
|
Definition at line 4752 of file Parser.php.
References general.
4754 wfProfileIn( __METHOD__ );
4755 $text = $this->
general->replace( $text );
4756 wfProfileOut( __METHOD__ );
$errors general
Prepares and displays settings form.
◆ unstripNoWiki()
StripState::unstripNoWiki |
( |
|
$text | ) |
|
Definition at line 4759 of file Parser.php.
4761 wfProfileIn( __METHOD__ );
4762 $text = $this->nowiki->replace( $text );
4763 wfProfileOut( __METHOD__ );
◆ $general
◆ $nowiki
The documentation for this class was generated from the following file: