PHP Class Kraken\Root\Runtime\Provider\RuntimeManagerProvider

Inheritance: extends Kraken\Container\ServiceProvider, implements Kraken\Container\ServiceProviderInterface
Datei anzeigen Open project: kraken-php/framework

Protected Properties

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

Protected Methods

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

Private Methods

Method Description
createManager ( Kraken\Container\ContainerInterface $container, Kraken\Runtime\RuntimeManagerFactoryInterface $managerFactory, mixed[] $default, mixed[] $config ) : Kraken\Runtime\RuntimeManagerInterface
registerRuntimeSupervision ( Kraken\Runtime\RuntimeContainerInterface $runtime, Kraken\Channel\ChannelCompositeInterface $composite, Kraken\Config\ConfigInterface $config )

Method Details

register() protected method

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

unregister() protected method

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

Property Details

$provides protected_oe property

protected string[] $provides
return string[]

$requires protected_oe property

protected string[] $requires
return string[]