Esempio n. 1
0
 function parse($text)
 {
     if (!$this->compatible && false !== ($index = array_search('Compatible', $this->rules))) {
         unset($this->rules[$index]);
     }
     parent::parse($text);
 }