コード例 #1
0
ファイル: formwriter.class.php プロジェクト: janizol/APS
 public static function div($content = "", $class = "", $id = "")
 {
     return ContentHelper::div($content, $class, $id);
 }