Baleen\Cli\Config\ConfigInterface

interface ConfigInterface

Interface ConfigInterface provides a common interface to be extended for applications based on this framework. The resulting class will provide the config configClass (see Symfony’s ConfigurationInterface).

getDefaults()

Returns an array of default values.

Returns:array
toArray()

Returns the entire configuration as an array,.

Returns:array
getFileName()

Returns the default configuration file name.

Returns:string
getDefinition()

Returns an instance of the configuration definition.

Returns:ConfigurationInterface
getCleanArray()

Returns an array only with settings that can be configured by the end-user.

Returns:array