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