Changeset 22796 for branches/version-2_12-dev/data/class/SC_Batch.php
- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Batch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Batch.php
r22567 r22796 29 29 * @version $Id$ 30 30 */ 31 class SC_Batch 32 { 31 class SC_Batch { 33 32 34 33 // }}} … … 41 40 * @return mixed バッチの実行結果 42 41 */ 43 function execute($argv = '') 44 {} 42 function execute($argv = '') {} 45 43 }
Note: See TracChangeset
for help on using the changeset viewer.
