Changeset 23605 for branches/version-2_13-dev/data/class/plugin
- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- Location:
- branches/version-2_13-dev/data/class/plugin
- Files:
-
- 2 edited
-
SC_Plugin_Base.php (modified) (1 diff)
-
SC_Plugin_Installer.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/plugin/SC_Plugin_Base.php
r23546 r23605 96 96 * プラグインヘルパーへ, コールバックメソッドを登録します. 97 97 * 98 * @param object $objPluginHelper99 98 * @param integer $priority 100 99 */ -
branches/version-2_13-dev/data/class/plugin/SC_Plugin_Installer.php
r23546 r23605 31 31 protected $arrInstallData; 32 32 33 /** 34 * @param string $exec_func 35 */ 33 36 public function __construct($exec_func, $arrPlugin) 34 37 { … … 185 188 * カラム追加クエリの追加 186 189 * 187 * @param type $table188 * @param type $col189 * @param type $type190 190 */ 191 191 public function addColumn($table_name, $col_name, $col_type) … … 198 198 * カラム削除クエリの追加 199 199 * 200 * @param type $table201 * @param type $col202 * @param type $type203 200 */ 204 201 public function dropColumn($table_name, $col_name)
Note: See TracChangeset
for help on using the changeset viewer.
