PHP Class Kraken\Root\Provider\ConfigProvider

Inheritance: extends Kraken\Container\ServiceProvider, implements Kraken\Container\ServiceProviderInterface
Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$provides string[]
$requires string[]

Méthodes protégées

Méthode Description
register ( Kraken\Container\ContainerInterface $container )
unregister ( Kraken\Container\ContainerInterface $container )

Private Methods

Méthode Description
configure ( Kraken\Config\ConfigInterface $config )
createConfig ( string $path ) : Kraken\Config\ConfigInterface
getDefaultVariables ( ) : string[]
getDir ( string $name, string $type ) : string
getOverwriteHandler ( string $option ) : callable | null

Method Details

register() protected méthode

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

unregister() protected méthode

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

Property Details

$provides protected_oe property

protected string[] $provides
Résultat string[]

$requires protected_oe property

protected string[] $requires
Résultat string[]