PHP Class Kraken\_Module\Container\_Provider\AProvider

Inheritance: extends Kraken\Container\ServiceProvider
Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$provides string[]
$requires string[]

Public Methods

Method Description
boot ( Kraken\Container\ContainerInterface $container )
register ( Kraken\Container\ContainerInterface $container )
unregister ( Kraken\Container\ContainerInterface $container )

Method Details

boot() public method

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

register() public method

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

unregister() public method

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

Property Details

$provides protected property

protected string[] $provides
return string[]

$requires protected property

protected string[] $requires
return string[]