Definition at line 4981 of file Parser.php.
◆ __construct()
StripState::__construct |
( |
| ) |
|
◆ unstripBoth()
StripState::unstripBoth |
( |
|
$text | ) |
|
Definition at line 5008 of file Parser.php.
References general.
5012 wfProfileIn(__METHOD__);
5013 $text = $this->
general->replace($text);
5014 $text = $this->nowiki->replace($text);
5015 wfProfileOut(__METHOD__);
◆ unstripGeneral()
StripState::unstripGeneral |
( |
|
$text | ) |
|
Definition at line 4992 of file Parser.php.
References general.
4996 wfProfileIn(__METHOD__);
4997 $text = $this->
general->replace($text);
4998 wfProfileOut(__METHOD__);
◆ unstripNoWiki()
StripState::unstripNoWiki |
( |
|
$text | ) |
|
Definition at line 5000 of file Parser.php.
5004 wfProfileIn(__METHOD__);
5005 $text = $this->nowiki->replace($text);
5006 wfProfileOut(__METHOD__);
◆ $general
◆ $nowiki
The documentation for this class was generated from the following file: