[Svn-src-all:1202] [version-2_5-dev 20090] docコメント追加/修正 #985
kimoto
admin @ mail.ec-cube.net
2011年 2月 4日 (金) 14:41:28 JST
Subversion committed to /home/svn/open 20090
http://svn.ec-cube.net/open_trac/changeset/20090
┌────────────────────────────┐
│更新者 : kimoto │
│更新日時: 2011-02-04 14:41:28 +0900 (金, 04 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
docコメント追加/修正 #985
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/class/SC_CheckError.php
U branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php
変更: branches/version-2_5-dev/data/class/SC_CheckError.php
===================================================================
--- branches/version-2_5-dev/data/class/SC_CheckError.php 2011-02-04 05:37:24 UTC (rev 20089)
+++ branches/version-2_5-dev/data/class/SC_CheckError.php 2011-02-04 05:41:28 UTC (rev 20090)
@@ -985,6 +985,16 @@
}
}
+ /**
+ * CHECK_REGIST_CUSTOMER_EMAIL
+ *
+ * メールアドレスが会員登録されているか調べる
+ * value[0] = 項目名 value[1] = 判定対象メールアドレス
+ *
+ * @param mixed $value
+ * @access public
+ * @return void
+ */
function CHECK_REGIST_CUSTOMER_EMAIL ($value) {
if(isset($this->arrErr[$value[1]])) {
return;
変更: branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php 2011-02-04 05:37:24 UTC (rev 20089)
+++ branches/version-2_5-dev/data/class/pages/regist/LC_Page_Regist.php 2011-02-04 05:41:28 UTC (rev 20090)
@@ -116,7 +116,15 @@
return $arrRegist["secret_key"]; // 本登録IDを返す
}
- //---- 入力エラーチェック
+ /**
+ * lfErrorCheck
+ *
+ * 入力エラーチェック
+ *
+ * @param mixed $array
+ * @access public
+ * @return void
+ */
function lfErrorCheck($array) {
$objErr = new SC_CheckError($array);
@@ -132,7 +140,15 @@
return $objErr->arrErr;
}
- //---- 正会員登録完了メール送信
+ /**
+ * lfSendRegistMail
+ *
+ * 正会員登録完了メール送信
+ *
+ * @param mixed $registSecretKey
+ * @access public
+ * @return void
+ */
function lfSendRegistMail($registSecretKey) {
$objCustomer = new SC_Customer();
$objQuery = new SC_Query();
Svn-src-all メーリングリストの案内