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