ProcedureController
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.
- execPrep() : mixed
- initialize() : mixed
- Disable view render and start cronjob.
- procedureAction() : mixed
- 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
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
procedureAction()
public
procedureAction(string $procedureName[, mixed $params = '' ]) : mixed
Parameters
- $procedureName : string
- $params : mixed = ''
sumhelp()
public
sumhelp(mixed $h2Body) : mixed
Parameters
- $h2Body : mixed