Library
Interface

Library\StaticConfiguration\ConfiguratorInterface

interface ConfiguratorInterface

Config class interface to use with \Library\StaticConfiguration\Config

Methods

static array getDefaults()

Get the default configuration values

static array getRequired()

Get the required configuration entries

Details

at line 43
static public array getDefaults()

Get the default configuration values

This must define at least the requires entries defined below. During the configuration object lifecycle, no other entry than these defaults could be define.

Return Value

array

at line 50
static public array getRequired()

Get the required configuration entries

Return Value

array