示例#1
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Channel\\ChannelModelFactoryInterface');
     $core->remove('Surume\\Channel\\ChannelModelInterface');
     $core->remove('Surume\\Channel\\ChannelFactoryInterface');
     $core->remove('Surume\\Channel\\ChannelBaseInterface');
     $core->remove('Surume\\Channel\\ChannelCompositeInterface');
 }
示例#2
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Core\\CoreInterface');
 }
示例#3
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     unset($this->commander);
     $core->remove('Surume\\Runtime\\Channel\\ChannelInterface');
 }
示例#4
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Core\\CoreInputContextInterface');
     $core->remove('Surume\\Console\\Client\\ConsoleClientInterface');
 }
示例#5
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Supervisor\\SolverFactoryInterface');
     $core->remove('Surume\\Supervisor\\SupervisorInterface');
 }
示例#6
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Console\\Client\\Command\\CommandFactoryInterface');
 }
示例#7
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Log\\LoggerInterface');
     $core->remove('Surume\\Log\\LoggerFactory');
 }
示例#8
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Core\\CoreInputContextInterface');
     $core->remove('Surume\\Runtime\\RuntimeInterface');
 }
示例#9
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Event\\EventEmitterInterface');
 }
示例#10
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Runtime\\Supervisor\\SupervisorBaseInterface');
     $core->remove('Surume\\Runtime\\Supervisor\\SupervisorRemoteInterface');
 }
示例#11
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Runtime\\Container\\ProcessManagerInterface');
     $core->remove('Surume\\Runtime\\Container\\ThreadManagerInterface');
     $core->remove('Surume\\Runtime\\RuntimeManagerInterface');
 }
示例#12
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Runtime\\Channel\\ConsoleInterface');
 }
示例#13
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Command\\CommandFactoryInterface');
     $core->remove('Surume\\Command\\CommandManagerInterface');
 }
示例#14
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Loop\\LoopInterface');
     $core->remove('Surume\\Loop\\LoopExtendedInterface');
 }
示例#15
0
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Filesystem\\FilesystemInterface');
     $core->remove('Surume\\Filesystem\\FilesystemManagerInterface');
 }