SettingsController
extends Controller
in package
SettingsController for listing The last execution of the cron job
Tags
Table of Contents
Properties
- $cx : Cx
- Main class instance
- $em : EntityManager
- Em instance
- $template : Sigma
- Sigma template instance
- $systemComponentController : SystemComponentController
- SystemComponentController for this Component
Methods
- __call() : mixed
- Route methods like getName(), getType(), getDirectory(), etc.
- __construct() : mixed
- Controller for the Backend Cron jobs views
- getSystemComponentController() : SystemComponentController
- Returns the main controller
- parsePage() : mixed
- Use this to parse your backend page
- showSettings() : mixed
- Display the time of the newest SysLog entry from Cron
Properties
$cx
Main class instance
protected
Cx
$cx
= null
$em
Em instance
protected
EntityManager
$em
em
$template
Sigma template instance
protected
Sigma
$template
$systemComponentController
SystemComponentController for this Component
private
SystemComponentController
$systemComponentController
= null
Methods
__call()
Route methods like getName(), getType(), getDirectory(), etc.
public
__call(string $methodName, array<string|int, mixed> $arguments) : mixed
Parameters
- $methodName : string
-
Name of method to call
- $arguments : array<string|int, mixed>
-
List of arguments for the method to call
Return values
mixed —Return value of the method to call
__construct()
Controller for the Backend Cron jobs views
public
__construct(SystemComponentController $systemComponentController, Cx $cx) : mixed
Parameters
- $systemComponentController : SystemComponentController
-
the system component controller object
- $cx : Cx
-
the cx object
getSystemComponentController()
Returns the main controller
public
getSystemComponentController() : SystemComponentController
Return values
SystemComponentController —Main controller for this system component
parsePage()
Use this to parse your backend page
public
parsePage(Sigma $template) : mixed
Parameters
- $template : Sigma
showSettings()
Display the time of the newest SysLog entry from Cron
public
showSettings() : mixed