phpDocumentor

ConfigurationRepository implements ConfigurationRepository

Class ConfigurationRepository

Interfaces, Classes and Traits

ConfigurationRepository
Interface ConfigurationRepository

Table of Contents

$factory  : ConfigurationFactory
$reader  : ConfigurationReader
$writer  : ConfigurationWriter
__construct()  : mixed
ConfigurationRepository constructor.
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.

Properties

Methods

delete()

Deletes configurations by key name.

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

has()

Checks if configuration value for given key is available.

public has(string $key) : bool
Parameters
$key : string
Tags
inheritDoc
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
Tags
inheritDoc
Return values
bool

Search results