source: branches/feature-module-update/data/class/batch/SC_Batch.php @ 15663

Revision 15663, 475 bytes checked in by nanasess, 17 years ago (diff)

バッチクラス用の基底クラス追加

  • Property svn:keywords set to "Id Revision Date"
Line 
1<?php
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7
8/**
9 * バッチ処理用 の基底クラス.
10 *
11 * @package Page
12 * @author LOCKON CO.,LTD.
13 * @version $Id$
14 */
15class SC_Batch {
16
17    // }}}
18    // {{{ functions
19
20    /**
21     * バッチ処理を実行する
22     *
23     * @param mixed $argv コマンドライン引数
24     * @return mixed バッチの実行結果
25     */
26    function execute($argv = "") {}
27}
28?>
Note: See TracBrowser for help on using the repository browser.