CronjobConfigurationInterface

Extends

Interface CronjobConfigurationInterface

package

Default

Methods

Returns the cronjob configurations name.

getName() : string

Response

string

* Returns the cronjob configurations title.

getTitle() : string

Response

string

* Returns the cronjob configurations type.

getType() : string

Response

string

Returns the cronjob configuration field.

getValue() : mixed

Response

mixed

Returns the configuration values. Used by selects.

getValues() : array|null

Response

array|null

Returns the cronjob configuration data as array.

toArray() : array

Response

array