Exemplo n.º 1
0
 protected function before_parsing()
 {
     parent::before_parsing();
     $this->rules($this->string);
 }
Exemplo n.º 2
0
 protected function before_parsing()
 {
     parent::before_parsing();
     $this->minheaderlevel = $this->find_min_header_level($this->string);
     $this->rules($this->string);
 }