Esempio 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');
 }
Esempio 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');
 }
Esempio n. 4
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\Command\\CommandFactoryInterface');
     $container->remove('Kraken\\Runtime\\Command\\CommandManagerInterface');
 }
Esempio n. 5
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     unset($this->core);
     unset($this->context);
     $container->remove('Kraken\\Config\\ConfigInterface');
 }
Esempio n. 6
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\RuntimeContextInterface');
     $container->remove('Kraken\\Runtime\\RuntimeContainerInterface');
 }
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Supervision\\SolverFactoryInterface');
     $container->remove('Kraken\\Supervision\\SupervisorInterface');
 }
Esempio n. 8
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Console\\Server\\Manager\\ProjectManagerInterface');
 }
Esempio n. 9
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Core\\CoreInterface');
 }
Esempio 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');
 }
Esempio n. 11
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Util\\System\\SystemInterface');
 }
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\Service\\ChannelConsole');
 }
Esempio n. 13
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Log\\LoggerInterface');
     $container->remove('Kraken\\Log\\LoggerFactory');
 }
Esempio n. 14
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Environment\\EnvironmentInterface');
 }
Esempio n. 15
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Runtime\\Supervision\\SupervisorBaseInterface');
     $container->remove('Kraken\\Runtime\\Supervision\\SupervisorRemoteInterface');
 }
Esempio n. 16
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     unset($this->commander);
     $container->remove('Kraken\\Runtime\\Service\\ChannelInternal');
 }
Esempio n. 17
0
 /**
  * @param ContainerInterface $container
  */
 public function unregister(ContainerInterface $container)
 {
     $container->remove(Resource::class);
 }
Esempio n. 18
0
 /**
  * @param ContainerInterface $container
  */
 protected function unregister(ContainerInterface $container)
 {
     $container->remove('Kraken\\Loop\\LoopInterface');
     $container->remove('Kraken\\Loop\\LoopExtendedInterface');
 }