CreatedHelpDesk
extends 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.
- loadServiceContracts() : void
- Find service contracts and init data.
Properties
$priority
Action priority.
public
static int
$priority
= 5
$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
process() : void
Return values
void —loadServiceContracts()
Find service contracts and init data.
private
loadServiceContracts(Vtiger_Record_Model $recordModel, int|bool $parentId) : void
Parameters
- $recordModel : Vtiger_Record_Model
- $parentId : int|bool