Exemple #1
0
 /**
  * Sets whether the pretty-printer should format *bold* and $italics$
  *
  * @deprecated since 1.25
  * @param bool $help
  */
 public function setHelp($help = true)
 {
     wfDeprecated(__METHOD__, '1.25');
     $this->mPrinter->setHelp($help);
 }
Exemple #2
0
 /**
  * Sets whether the pretty-printer should format *bold* and $italics$
  *
  * @param $help bool
  */
 public function setHelp($help = true)
 {
     $this->mPrinter->setHelp($help);
 }