PHP Class Cron\Report\CronReport

Author: Dries De Peuter ([email protected])
Inheritance: implements Cron\Report\ReportInterface
Afficher le fichier Open project: cron/cron Class Usage Examples

Protected Properties

Свойство Type Description
$taskReports JobReport[]

Méthodes publiques

Méthode Description
addJobReport ( JobReport $report )
getReport ( Cron\Job\JobInterface $job ) : JobReport | null
getReports ( ) : JobReport[]
isSuccessful ( ) : boolean | null

Method Details

addJobReport() public méthode

public addJobReport ( JobReport $report )
$report JobReport

getReport() public méthode

public getReport ( Cron\Job\JobInterface $job ) : JobReport | null
$job Cron\Job\JobInterface
Résultat JobReport | null

getReports() public méthode

public getReports ( ) : JobReport[]
Résultat JobReport[]

isSuccessful() public méthode

public isSuccessful ( ) : boolean | null
Résultat boolean | null

Property Details

$taskReports protected_oe property

protected JobReport[],Cron\Report $taskReports
Résultat JobReport[]