cronlist
extends staticModel
in
Cronjob list object
Table of Contents
$data | Data array | array |
---|---|---|
$cache | Cache object | cache |
$events | Event list | events |
$config | Config object | config |
$language | Sprachobjekt | language |
$session | Session objekt | session |
$notifications | Notifications | notifications |
$permissions | Permissions | permissions |
$cacheName | Cache name | string |
$cacheModule | Cache Modul | string |
__construct() | Konstruktor | void |
registerCron() | Register cronjob for execution | bool |
registerCronAjax() | Cronjob zur Ausführung via AJAX registrieren | bool |
getExecutableCrons() | Returns a list of cronjobs to be executed within the current request | array |
getAllCrons() | Returns a list of all registered cronjobs | array |
getResult() | Creates result list | array |
__construct() | Konstruktor | void |
getCacheName() | Cache-Name zurückgeben | string |
Properties
$data
Data array
protected
array
$data
$cache
Cache object
protected
cache
$cache
$events
Event list
protected
events
$events
$config
Config object
protected
config
$config
$language
Sprachobjekt
protected
language
$language
$session
Session objekt
protected
session
$session
$notifications
Notifications
protected
notifications
$notifications
$permissions
Permissions
protected
permissions
$permissions
$cacheName
Cache name
protected
string
$cacheName
= false
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Methods
__construct()
Konstruktor
public
__construct(
)
: void
registerCron()
Register cronjob for execution
public
registerCron(
$cronName :
string
[, $async :
bool
= false ]
[, $module :
string
= false ]
)
: bool
Parameters
- $cronName : string
- $async : bool = false
- $module : string = false
Return values
boolregisterCronAjax()
Cronjob zur Ausführung via AJAX registrieren
public
registerCronAjax(
$cron :
cron
)
: bool
Parameters
- $cron : cron
Tags
Return values
boolgetExecutableCrons()
Returns a list of cronjobs to be executed within the current request
public
getExecutableCrons(
)
: array
Tags
Return values
arraygetAllCrons()
Returns a list of all registered cronjobs
public
getAllCrons(
)
: array
Tags
Return values
arraygetResult()
Creates result list
private
getResult(
$values :
array
[, $activeOnly :
bool
= false ]
)
: array
Parameters
- $values : array
- $activeOnly : bool = false
Tags
Return values
array__construct()
Konstruktor
public
__construct(
)
: void
getCacheName()
Cache-Name zurückgeben
public
getCacheName(
[ $addName :
string
= '' ]
)
: string
Parameters
- $addName : string = ''