PHP 클래스 Autarky\Config\ConfigProvider

This service provider is vital to the framework.
상속: extends Autarky\Providers\AbstractProvider
파일 보기 프로젝트 열기: autarky/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$configPath string The path in which config files are located.

공개 메소드들

메소드 설명
__construct ( string $configPath )
register ( )

보호된 메소드들

메소드 설명
getConfigStore ( )
getYamlCachePath ( Autarky\Config\ConfigInterface $config = null )

메소드 상세

__construct() 공개 메소드

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

getConfigStore() 보호된 메소드

protected getConfigStore ( )

getYamlCachePath() 보호된 메소드

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

register() 공개 메소드

public register ( )

프로퍼티 상세

$configPath 보호되어 있는 프로퍼티

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