CronjobConfigurationStorageInterface

Extends

Interface CronjobConfigurationStorageInterface

package

Default

Methods

Returns a single configuration value by its key if stored as json decode automaticaly

get(string $key) : string|array

Arguments

$key

string

a configuration key (relative to the namespace prefix)

Response

string|array

configuration value