コード例 #1
0
ファイル: html.php プロジェクト: alanaipe2015/moodle
 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);
 }