예제 #1
0
파일: Docwiki.php 프로젝트: 41835478/GMU
 function parse($text)
 {
     if (!$this->compatible && false !== ($index = array_search('Compatible', $this->rules))) {
         unset($this->rules[$index]);
     }
     parent::parse($text);
 }