コード例 #1
0
ファイル: SheetTrait.php プロジェクト: bytemtek/znframework
 protected function _tag($code)
 {
     if ($this->tag === true) {
         return Style::open() . $code . Style::close();
     }
     return $code;
 }