Index: /branches/comu-ver2/data/class/SC_FormParam.php
===================================================================
--- /branches/comu-ver2/data/class/SC_FormParam.php	(revision 18021)
+++ /branches/comu-ver2/data/class/SC_FormParam.php	(revision 18334)
@@ -22,5 +22,12 @@
  */
 
-/* パラメータ管理クラス */
+/**
+ * パラメータ管理クラス
+ *
+ * :XXX: addParam と setParam で言う「パラメータ」が用語として競合しているように感じる。(2009/10/17 Seasoft 塚田)
+ *
+ * @package SC
+ * @author LOCKON CO.,LTD.
+ */
 class SC_FormParam {
 
@@ -38,4 +45,13 @@
     function SC_FormParam() {
         $this->check_dir = IMAGE_SAVE_DIR;
+        $this->initParam();
+    }
+
+    /**
+     * パラメータの初期化
+     *
+     * @return void
+     */
+    function initParam() {
         $this->disp_name = array();
         $this->keyname = array();
