Beispiel #1
0
 protected function _tag($code)
 {
     if ($this->tag === true) {
         return Style::open() . $code . Style::close();
     }
     return $code;
 }