示例#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');
 }
 /**
  * @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');
 }
 /**
  * @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');
 }