ConfigStoreOptions

Data object representing the configuration of a configuration store. This object describes the configuration of a chunk of configuration that you retrieve. It specifies its type (type of configuration store), the format of the retrieved configuration chunk, and you can also configures the store if it needs configuration to retrieve the configuration chunk.

package

Default

Methods

ConfigStoreOptions constructor

__construct( $configStoreOptions = null) 

Arguments

$configStoreOptions

mixed | null

getConfig

getConfig() : array

Response

array

getFormat

getFormat() : string

Response

string

getType

getType() : string

Response

string

isOptional

isOptional() : boolean

Response

boolean

setConfig

setConfig( $config) : $this

Arguments

$config

array

Response

$this

setFormat

setFormat( $format) : $this

Arguments

$format

string

Response

$this

setOptional

setOptional( $optional) : $this

Arguments

$optional

boolean

Response

$this

setType

setType( $type) : $this

Arguments

$type

string

Response

$this