phpDocumentor

CronjobConfigurationStorageInterface
in

Interface CronjobConfigurationStorageInterface

Table of Contents

get()  : string|array<string|int, mixed>
Returns a single configuration value by its key if stored as json decode automaticaly

Methods

get()

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

public get(string $key) : string|array<string|int, mixed>
Parameters
$key : string

a configuration key (relative to the namespace prefix)

Return values
string|array<string|int, mixed>

configuration value

Search results