Documentation

cronlist extends staticModel

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

$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
bool

registerCronAjax()

Cronjob zur Ausführung via AJAX registrieren

public registerCronAjax( $cron : cron ) : bool
Parameters
$cron : cron
Tags
since
Return values
bool

getExecutableCrons()

Returns a list of cronjobs to be executed within the current request

public getExecutableCrons( ) : array
Tags
since
Return values
array

getAllCrons()

Returns a list of all registered cronjobs

public getAllCrons( ) : array
Tags
since
Return values
array

getResult()

Creates result list

private getResult( $values : array [, $activeOnly : bool = false ] ) : array
Parameters
$values : array
$activeOnly : bool = false
Tags
since
Return values
array

__construct()

Konstruktor

public __construct( ) : void

getCacheName()

Cache-Name zurückgeben

public getCacheName( [ $addName : string = '' ] ) : string
Parameters
$addName : string = ''
Return values
string

Search results