PHP 클래스 Cron\Report\JobReport

저자: Dries De Peuter ([email protected])
상속: implements Cron\Report\ReportInterface
파일 보기 프로젝트 열기: cron/cron 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$endTime
$error
$job
$output
$startTime
$successful

공개 메소드들

메소드 설명
__construct ( Cron\Job\JobInterface $job )
addError ( string $line )
addOutput ( string $line )
getEndTime ( ) : float
getError ( ) : string[]
getJob ( ) : Cron\Job\JobInterface
getOutput ( ) : string[]
getStartTime ( ) : float
isSuccessful ( ) : boolean | null
setEndTime ( float $endTime )
setStartTime ( float $startTime )
setSuccessful ( boolean $state )

메소드 상세

__construct() 공개 메소드

public __construct ( Cron\Job\JobInterface $job )
$job Cron\Job\JobInterface

addError() 공개 메소드

public addError ( string $line )
$line string

addOutput() 공개 메소드

public addOutput ( string $line )
$line string

getEndTime() 공개 메소드

public getEndTime ( ) : float
리턴 float

getError() 공개 메소드

public getError ( ) : string[]
리턴 string[]

getJob() 공개 메소드

public getJob ( ) : Cron\Job\JobInterface
리턴 Cron\Job\JobInterface

getOutput() 공개 메소드

public getOutput ( ) : string[]
리턴 string[]

getStartTime() 공개 메소드

public getStartTime ( ) : float
리턴 float

isSuccessful() 공개 메소드

public isSuccessful ( ) : boolean | null
리턴 boolean | null

setEndTime() 공개 메소드

public setEndTime ( float $endTime )
$endTime float

setStartTime() 공개 메소드

public setStartTime ( float $startTime )
$startTime float

setSuccessful() 공개 메소드

public setSuccessful ( boolean $state )
$state boolean

프로퍼티 상세

$endTime 보호되어 있는 프로퍼티

protected $endTime

$error 보호되어 있는 프로퍼티

protected $error

$job 보호되어 있는 프로퍼티

protected $job

$output 보호되어 있는 프로퍼티

protected $output

$startTime 보호되어 있는 프로퍼티

protected $startTime

$successful 보호되어 있는 프로퍼티

protected $successful