예제 #1
0
파일: Tag.php 프로젝트: simuta/new_rep
 /**
  * Enable ignore for body of the tag
  */
 public function optIgnore()
 {
     if (!$this->isClosed()) {
         $this->tpl->ignore($this->name);
     }
 }