Changeset 21829 for branches/version-2_12-dev/data/class/plugin
- Timestamp:
- 2012/05/14 00:54:43 (14 years ago)
- Location:
- branches/version-2_12-dev/data/class/plugin
- Files:
-
- 2 edited
-
SC_Plugin_Base.php (modified) (3 diffs)
-
SC_Plugin_Util.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/plugin/SC_Plugin_Base.php
r21794 r21829 53 53 */ 54 54 abstract function install($arrPlugin); 55 55 56 56 /** 57 57 * アンインストール … … 63 63 */ 64 64 abstract function uninstall($arrPlugin); 65 65 66 66 /** 67 67 * 稼働 … … 73 73 */ 74 74 abstract function enable($arrPlugin); 75 75 76 76 /** 77 77 * 停止 -
branches/version-2_12-dev/data/class/plugin/SC_Plugin_Util.php
r21794 r21829 39 39 } 40 40 $arrRet = $objQuery->select($col,$table,$where); 41 41 42 42 // プラグインフックポイントを取得. 43 43 $max = count($arrRet); … … 129 129 return $arrPluginDirectory; 130 130 } 131 131 132 132 /** 133 133 * プラグインIDをキーに, プラグインフックポイントを取得する.
Note: See TracChangeset
for help on using the changeset viewer.
