CronjobConfigurationInterface
in
Interface CronjobConfigurationInterface
Table of Contents
- getName() : string
- Returns the cronjob configurations name.
- getTitle() : string
- * Returns the cronjob configurations title.
- getType() : string
- * Returns the cronjob configurations type.
- getValue() : mixed
- Returns the cronjob configuration field.
- getValues() : array<string|int, mixed>|null
- Returns the configuration values. Used by selects.
- toArray() : array<string|int, mixed>
- Returns the cronjob configuration data as array.
Methods
getName()
Returns the cronjob configurations name.
public
getName() : string
Return values
string —getTitle()
* Returns the cronjob configurations title.
public
getTitle() : string
Return values
string —getType()
* Returns the cronjob configurations type.
public
getType() : string
Return values
string —getValue()
Returns the cronjob configuration field.
public
getValue() : mixed
Return values
mixed —getValues()
Returns the configuration values. Used by selects.
public
getValues() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —toArray()
Returns the cronjob configuration data as array.
public
toArray() : array<string|int, mixed>