예제 #1
0
 protected function before_parsing()
 {
     parent::before_parsing();
     $this->rules($this->string);
 }
예제 #2
0
파일: html.php 프로젝트: aleph-n/lms.aaenl
 protected function before_parsing()
 {
     parent::before_parsing();
     $this->minheaderlevel = $this->find_min_header_level($this->string);
     $this->rules($this->string);
 }