Example #1
0
 /**
  * Enable ignore for body of the tag
  */
 public function optIgnore()
 {
     if (!$this->isClosed()) {
         $this->tpl->ignore($this->name);
     }
 }