- Timestamp:
- 2012/04/10 11:48:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_Plugin.php
r21681 r21728 152 152 * @return boolean 成功すればtrue 153 153 */ 154 function addAction($hook_point, $function, $priority ) {154 function addAction($hook_point, $function, $priority = 0) { 155 155 if (!is_callable($function)) { 156 156 // TODO エラー処理; コール可能な形式ではありません
Note: See TracChangeset
for help on using the changeset viewer.
