Documentation

DefaultController extends Controller

DefaultController for Scheduled Tasks to list entities of Job using ViewGenerator

Tags
copyright

Cloudrexx AG

author

Project Team SS4U info@cloudrexx.com

subpackage

coremodule_cron

Table of Contents

Properties

$moduleName  : string
module name
$moduleNameLang  : string
module name for language placeholder
$cx  : Cx
Main class instance
$em  : EntityManager
Em instance
$jobRepository  : JobRepository
JobRepository 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
showCronJobs()  : mixed
Displaying entities of job using ViewGenerator.

Properties

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

showCronJobs()

Displaying entities of job using ViewGenerator.

public showCronJobs() : mixed
Tags
global

type $_ARRAYLANG


        
On this page

Search results