Documentation

ReportHandler
in package

Table of Contents

__call()  : bool
Magically get the query classes.
process()  : bool
processJob()  : bool

Methods

__call()

Magically get the query classes.

public __call( $name[, array<string|int, mixed> $arguments = [] ]) : bool
Parameters
$name :
$arguments : array<string|int, mixed> = []
Return values
bool

process()

public static process(string $action[, mixed $data = null ]) : bool
Parameters
$action : string
$data : mixed = null
Return values
bool

processJob()

public processJob(Job $job, mixed $data) : bool
Parameters
$job : Job
$data : mixed
Return values
bool

Search results