コード例 #1
0
ファイル: Dialog.class.php プロジェクト: nclco/magicboard3
 public static function alertNClose($msg)
 {
     self::$close = true;
     self::Alert($msg, '');
 }