PHP Class Kraken\_Module\Container\_Provider\AProvider

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

Protected Properties

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

Méthodes publiques

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

Method Details

boot() public méthode

public boot ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface

register() public méthode

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

unregister() public méthode

public 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[]