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