ScanController
extends BaseCronController
in package
Class BaseCronController
Table of Contents
Properties
- $em : EntityManager
- $trans : Translator|NativeArray
- $handler : HandlerComponent
- Cronjob handler.
- $modules : array<string|int, Module>
- Api modules.
- $start : float
- Cronjob start in microtime.
Methods
- __destruct() : mixed
- Finish cronjob and log the report.
- copyTo() : mixed
- dirToCronpullAction() : mixed
- execPrep() : mixed
- getCronrequestOrCreate() : mixed
- initialize() : mixed
- Disable view render and start cronjob.
- sumhelp() : mixed
Properties
$em read-only
public
EntityManager
$em
$trans read-only
public
Translator|NativeArray
$trans
$handler
Cronjob handler.
protected
HandlerComponent
$handler
$modules
Api modules.
protected
array<string|int, Module>
$modules
$start
Cronjob start in microtime.
protected
float
$start
Methods
__destruct()
Finish cronjob and log the report.
public
__destruct() : mixed
copyTo()
public
static copyTo(mixed $filename, mixed $dir) : mixed
Parameters
- $filename : mixed
- $dir : mixed
dirToCronpullAction()
public
dirToCronpullAction(mixed ...$_dir) : mixed
Parameters
- $_dir : mixed
execPrep()
public
execPrep(mixed $s, mixed $b, mixed $t) : mixed
Parameters
- $s : mixed
- $b : mixed
- $t : mixed
getCronrequestOrCreate()
public
getCronrequestOrCreate(mixed $pull_id, mixed $filename, mixed $fileObj) : mixed
Parameters
- $pull_id : mixed
- $filename : mixed
- $fileObj : mixed
initialize()
Disable view render and start cronjob.
public
initialize() : mixed
sumhelp()
public
sumhelp(mixed $h2Body) : mixed
Parameters
- $h2Body : mixed