예제 #1
0
파일: Hooks.php 프로젝트: Tjorriemorrie/app
 /**
  * Called when the interpreter is to be reset.
  *
  * @param $parser Parser
  * @return bool
  */
 public static function clearState(&$parser)
 {
     Scribunto::resetParserEngine($parser);
     return true;
 }