PHP Class Autarky\Config\ConfigProvider

This service provider is vital to the framework.
Inheritance: extends Autarky\Providers\AbstractProvider
Datei anzeigen Open project: autarky/framework

Protected Properties

Property Type Description
$configPath string The path in which config files are located.

Public Methods

Method Description
__construct ( string $configPath )
register ( )

Protected Methods

Method Description
getConfigStore ( )
getYamlCachePath ( Autarky\Config\ConfigInterface $config = null )

Method Details

__construct() public method

public __construct ( string $configPath )
$configPath string The path in which config files are located.

getConfigStore() protected method

protected getConfigStore ( )

getYamlCachePath() protected method

protected getYamlCachePath ( Autarky\Config\ConfigInterface $config = null )
$config Autarky\Config\ConfigInterface

register() public method

public register ( )

Property Details

$configPath protected_oe property

The path in which config files are located.
protected string $configPath
return string