PHP Class Autarky\Config\ConfigProvider

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

Protected Properties

Свойство Type Description
$configPath string The path in which config files are located.

Méthodes publiques

Méthode Description
__construct ( string $configPath )
register ( )

Méthodes protégées

Méthode Description
getConfigStore ( )
getYamlCachePath ( Autarky\Config\ConfigInterface $config = null )

Method Details

__construct() public méthode

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

getConfigStore() protected méthode

protected getConfigStore ( )

getYamlCachePath() protected méthode

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

register() public méthode

public register ( )

Property Details

$configPath protected_oe property

The path in which config files are located.
protected string $configPath
Résultat string