PHP 클래스 CopyAccessLogFileTool, pkp-lib

상속: extends CommandLineTool
파일 보기 프로젝트 열기: pkp/pkp-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_contextPaths
$_egrepPath
$_tmpDir
$_usageStatsDir
$_usageStatsFiles

공개 메소드들

메소드 설명
__construct ( $argv = [] ) Constructor.
_copyFile ( $filePath ) Copy the passed file, filtering entries related to this installation.
execute ( ) Process apache log files, copying and filtering them to the usage stats stage directory. Can work with both a specific file or a directory.
usage ( ) Print command usage information.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $argv = [] )
$argv array command-line arguments

_copyFile() 공개 메소드

Copy the passed file, filtering entries related to this installation.
public _copyFile ( $filePath )
$filePath string

execute() 공개 메소드

Process apache log files, copying and filtering them to the usage stats stage directory. Can work with both a specific file or a directory.
public execute ( )

usage() 공개 메소드

Print command usage information.
public usage ( )

프로퍼티 상세

$_contextPaths 공개적으로 프로퍼티

public $_contextPaths

$_egrepPath 공개적으로 프로퍼티

public $_egrepPath

$_tmpDir 공개적으로 프로퍼티

public $_tmpDir

$_usageStatsDir 공개적으로 프로퍼티

public $_usageStatsDir

$_usageStatsFiles 공개적으로 프로퍼티

public $_usageStatsFiles