Base
in package
Base mail scanner action class.
Table of Contents
- $priority : int
- Action priority.
- $scannerEngine : Base
- Scanner engine instance.
- __construct() : mixed
- Constructor.
- checkExceptions() : bool
- Check exceptions.
- process() : void
- Main function to execute action.
Properties
$priority
Action priority.
public
static int
$priority
= 9
$scannerEngine
Scanner engine instance.
protected
Base
$scannerEngine
Methods
__construct()
Constructor.
public
__construct(Base $scannerEngine) : mixed
Parameters
- $scannerEngine : Base
Return values
mixed —checkExceptions()
Check exceptions.
public
checkExceptions(string $type) : bool
Parameters
- $type : string
Return values
bool —process()
Main function to execute action.
public
abstract process() : void