Documentation

rex_cronjob
in package

AbstractYes

Cronjob Addon.

Tags
author

gharlan[at]web[dot]de Gregor Harlan

Table of Contents

Methods

__get()  : mixed
__set()  : void
execute()  : bool
factory()  : rex_cronjob>|rex_cronjob
getEnvironments()  : array<int, "frontend"|"backend"|"script">
getMessage()  : string
getParam()  : mixed
getParamFields()  : array<int, array<string, mixed>>
getParams()  : array<string, mixed>
getType()  : string
getTypeName()  : string
hasMessage()  : bool
setMessage()  : void
setParam()  : void
setParams()  : void

Methods

__get()

public __get(string $key) : mixed
Parameters
$key : string

__set()

public __set(string $key, mixed $value) : void
Parameters
$key : string
$value : mixed

execute()

public abstract execute() : bool
Return values
bool

true on successfull execution, false on error

factory()

public final static factory(rex_cronjob> $class) : rex_cronjob>|rex_cronjob
Parameters
$class : rex_cronjob>
Return values
rex_cronjob>|rex_cronjob

getEnvironments()

public getEnvironments() : array<int, "frontend"|"backend"|"script">
Return values
array<int, "frontend"|"backend"|"script">

getMessage()

public getMessage() : string
Return values
string

getParam()

public getParam(string $key[, mixed $default = null ]) : mixed
Parameters
$key : string
$default : mixed = null

getParamFields()

public getParamFields() : array<int, array<string, mixed>>
Return values
array<int, array<string, mixed>>

getParams()

public getParams() : array<string, mixed>
Return values
array<string, mixed>

getType()

public final getType() : string
Return values
string

getTypeName()

public getTypeName() : string
Return values
string

hasMessage()

public hasMessage() : bool
Return values
bool

setMessage()

public setMessage(string $message) : void
Parameters
$message : string

setParam()

public setParam(string $key, mixed $value) : void
Parameters
$key : string
$value : mixed

setParams()

public setParams(array<string, mixed> $params) : void
Parameters
$params : array<string, mixed>

        
On this page

Search results