phpDocumentor

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

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>
Return values
array<string|int, mixed>

Search results