PHP 클래스 Cron\Report\CronReport

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

보호된 프로퍼티들

프로퍼티 타입 설명
$taskReports JobReport[]

공개 메소드들

메소드 설명
addJobReport ( JobReport $report )
getReport ( Cron\Job\JobInterface $job ) : JobReport | null
getReports ( ) : JobReport[]
isSuccessful ( ) : boolean | null

메소드 상세

addJobReport() 공개 메소드

public addJobReport ( JobReport $report )
$report JobReport

getReport() 공개 메소드

public getReport ( Cron\Job\JobInterface $job ) : JobReport | null
$job Cron\Job\JobInterface
리턴 JobReport | null

getReports() 공개 메소드

public getReports ( ) : JobReport[]
리턴 JobReport[]

isSuccessful() 공개 메소드

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

프로퍼티 상세

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

protected JobReport[],Cron\Report $taskReports
리턴 JobReport[]