ManualCronController
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.
- $httpClient : Client
- $nameConverter : ManualOrderUploadHeaderPropertyNameConverter
Methods
- __destruct() : mixed
- Finish cronjob and log the report.
- downloadSampleAction() : mixed
- execPrep() : mixed
- initialize() : mixed
- Disable view render and start cronjob.
- sumhelp() : mixed
- syncTemplatesAction() : 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
$httpClient
private
Client
$httpClient
$nameConverter
private
ManualOrderUploadHeaderPropertyNameConverter
$nameConverter
Methods
__destruct()
Finish cronjob and log the report.
public
__destruct() : mixed
downloadSampleAction()
public
downloadSampleAction([mixed $type = '' ]) : mixed
Parameters
- $type : mixed = ''
execPrep()
public
execPrep(mixed $s, mixed $b, mixed $t) : mixed
Parameters
- $s : mixed
- $b : mixed
- $t : mixed
initialize()
Disable view render and start cronjob.
public
initialize() : mixed
sumhelp()
public
sumhelp(mixed $h2Body) : mixed
Parameters
- $h2Body : mixed
syncTemplatesAction()
public
syncTemplatesAction() : mixed