phpDocumentor

ConfigurationRepository

Interface ConfigurationRepository

Table of Contents

add()  : void
Adds the configuration.
addLanguageDependent()  : void
Adds the configuration.
delete()  : void
Deletes configurations by key name.
find()  : Configuration|null
Searches for a configuration.
findLanguageDependent()  : LanguageDependentConfiguration|null
Searches for a language dependent configuration.
has()  : bool
Checks if configuration value for given key is available.
hasLanguageDependent()  : bool
Checks if configuration for given key and language code is available.
update()  : void
Updates the configuration.
updateLanguageDependent()  : void
Updates the configuration.

Methods

delete()

Deletes configurations by key name.

public delete(string ...$keys) : void
Parameters
$keys : string
Return values
void

has()

Checks if configuration value for given key is available.

public has(string $key) : bool
Parameters
$key : string
Return values
bool

hasLanguageDependent()

Checks if configuration for given key and language code is available.

public hasLanguageDependent(string $key, string $languageCode) : bool
Parameters
$key : string
$languageCode : string
Return values
bool

Search results