Ejemplo n.º 1
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Channel\\ChannelModelFactoryInterface');
     $container->remove('Kraken\\Channel\\ChannelModelInterface');
     $container->remove('Kraken\\Channel\\ChannelFactoryInterface');
     $container->remove('Kraken\\Channel\\ChannelInterface');
     $container->remove('Kraken\\Channel\\ChannelCompositeInterface');
 }
Ejemplo n.º 2
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Event\\EventEmitterInterface');
 }
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\Container\\ProcessManagerInterface');
     $container->remove('Kraken\\Runtime\\Container\\ThreadManagerInterface');
     $container->remove('Kraken\\Runtime\\RuntimeManagerInterface');
 }
Ejemplo n.º 4
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\Command\\CommandFactoryInterface');
     $container->remove('Kraken\\Runtime\\Command\\CommandManagerInterface');
 }
Ejemplo n.º 5
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     unset($this->core);
     unset($this->context);
     $container->remove('Kraken\\Config\\ConfigInterface');
 }
Ejemplo n.º 6
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\RuntimeContextInterface');
     $container->remove('Kraken\\Runtime\\RuntimeContainerInterface');
 }
Ejemplo n.º 7
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Supervision\\SolverFactoryInterface');
     $container->remove('Kraken\\Supervision\\SupervisorInterface');
 }
Ejemplo n.º 8
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Console\\Server\\Manager\\ProjectManagerInterface');
 }
Ejemplo n.º 9
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Core\\CoreInterface');
 }
Ejemplo n.º 10
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Filesystem\\FilesystemInterface');
     $container->remove('Kraken\\Filesystem\\FilesystemFactoryInterface');
     $container->remove('Kraken\\Filesystem\\FilesystemManagerInterface');
 }
Ejemplo n.º 11
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Util\\System\\SystemInterface');
 }
Ejemplo n.º 12
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\Service\\ChannelConsole');
 }
Ejemplo n.º 13
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Log\\LoggerInterface');
     $container->remove('Kraken\\Log\\LoggerFactory');
 }
Ejemplo n.º 14
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Environment\\EnvironmentInterface');
 }
Ejemplo n.º 15
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\Supervision\\SupervisorBaseInterface');
     $container->remove('Kraken\\Runtime\\Supervision\\SupervisorRemoteInterface');
 }
Ejemplo n.º 16
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     unset($this->commander);
     $container->remove('Kraken\\Runtime\\Service\\ChannelInternal');
 }
Ejemplo n.º 17
0
 /**
  * @param ContainerInterface $container
  */
 public function unregister(ContainerInterface $container)
 {
     $container->remove(Resource::class);
 }
Ejemplo n.º 18
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Loop\\LoopInterface');
     $container->remove('Kraken\\Loop\\LoopExtendedInterface');
 }