PHP 클래스 Kraken\Root\Provider\ConfigProvider

상속: extends Kraken\Container\ServiceProvider, implements Kraken\Container\ServiceProviderInterface
파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$provides string[]
$requires string[]

보호된 메소드들

메소드 설명
register ( Kraken\Container\ContainerInterface $container )
unregister ( Kraken\Container\ContainerInterface $container )

비공개 메소드들

메소드 설명
configure ( Kraken\Config\ConfigInterface $config )
createConfig ( string $path ) : Kraken\Config\ConfigInterface
getDefaultVariables ( ) : string[]
getDir ( string $name, string $type ) : string
getOverwriteHandler ( string $option ) : callable | null

메소드 상세

register() 보호된 메소드

protected register ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface

unregister() 보호된 메소드

protected unregister ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface

프로퍼티 상세

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

protected string[] $provides
리턴 string[]

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

protected string[] $requires
리턴 string[]