phpDocumentor

ModuleCenterRepository

Class ModuleCenterRepository

Tags
deprecated

Only used in admin/modules.php and no one else should depend on this class!

Table of Contents

$mapper  : ConfigurationMapper
$reader  : ConfigurationDbReader
$typeRepository  : TypeRepository
__construct()  : mixed
ModuleCenterRepository constructor.
getByKey()  : Configuration
Returns the configuration for the provided key.

Properties

Methods

getByKey()

Returns the configuration for the provided key.

public getByKey(string $key) : Configuration

If nothing was found, a configuration is returned with error information as value.

Parameters
$key : string
Return values
Configuration

Search results