Class SC_Batch_Update

Description

アップデート機能 のバッチクラス.

XXX Singleton にするべき...

  • author: LOCKON CO.,LTD.
  • version: $Id$

Located in /class/batch/SC_Batch_Update.php (line 36)

SC_Batch
   |
   --SC_Batch_Update
Variable Summary
mixed $excludes
mixed $includes
Method Summary
void execute ([string $target = "."])
array listdirs (string $dir)
void makeDistInfo ( $bkupDistInfoArray)
void mkdir_p (string $path)
void printLog ( $msg)
Variables
mixed $excludes = "distinfo.php" (line 46)

除外するファイル名をカンマ区切りで羅列.

mixed $includes = "php,inc,tpl,css,sql,js,png,jpg,gif,swf" (line 41)

変換したいファイルの拡張子をカンマ区切りで羅列.

Methods
execute (line 54)

バッチ処理を実行する.

void execute ([string $target = "."])
  • string $target: アップデータファイルのディレクトリパス

Redefinition of:
SC_Batch::execute()
バッチ処理を実行する
listdirs (line 201)

$dir を再帰的に辿ってパス名を配列で返す.

array listdirs (string $dir)
  • string $dir: 任意のパス名
makeDistInfo (line 241)
void makeDistInfo ( $bkupDistInfoArray)
  • $bkupDistInfoArray
mkdir_p (line 218)

mkdir -p

void mkdir_p (string $path)
  • string $path: 絶対パス
printLog (line 253)
void printLog ( $msg)
  • $msg

Inherited Methods

Inherited From SC_Batch

SC_Batch::execute()

Documentation generated on Tue, 28 Apr 2009 18:13:06 +0900 by phpDocumentor 1.4.2