PHP Interface App\Services\Config\ConfigReaderInterface

Show file Open project: ngmy/webloyer

Public Methods

Method Description
getConfig ( string $name ) : mixed Get configuration.

Method Details

getConfig() public method

Get configuration.
public getConfig ( string $name ) : mixed
$name string Configuration name
return mixed