コード例 #1
0
ファイル: ChannelProvider.php プロジェクト: khelle/surume
 /**
  * @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
ファイル: CoreProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Core\\CoreInterface');
 }
コード例 #3
0
ファイル: ChannelProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     unset($this->commander);
     $core->remove('Surume\\Runtime\\Channel\\ChannelInterface');
 }
コード例 #4
0
ファイル: ConsoleProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Core\\CoreInputContextInterface');
     $core->remove('Surume\\Console\\Client\\ConsoleClientInterface');
 }
コード例 #5
0
ファイル: SupervisorProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Supervisor\\SolverFactoryInterface');
     $core->remove('Surume\\Supervisor\\SupervisorInterface');
 }
コード例 #6
0
ファイル: CommandProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Console\\Client\\Command\\CommandFactoryInterface');
 }
コード例 #7
0
ファイル: LogProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Log\\LoggerInterface');
     $core->remove('Surume\\Log\\LoggerFactory');
 }
コード例 #8
0
ファイル: RuntimeProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Core\\CoreInputContextInterface');
     $core->remove('Surume\\Runtime\\RuntimeInterface');
 }
コード例 #9
0
ファイル: EventProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Event\\EventEmitterInterface');
 }
コード例 #10
0
ファイル: SupervisorProvider.php プロジェクト: khelle/surume
 /**
  * @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
ファイル: ConsoleProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Runtime\\Channel\\ConsoleInterface');
 }
コード例 #13
0
ファイル: CommandProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Command\\CommandFactoryInterface');
     $core->remove('Surume\\Command\\CommandManagerInterface');
 }
コード例 #14
0
ファイル: LoopProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Loop\\LoopInterface');
     $core->remove('Surume\\Loop\\LoopExtendedInterface');
 }
コード例 #15
0
ファイル: FilesystemProvider.php プロジェクト: khelle/surume
 /**
  * @param CoreInterface $core
  */
 protected function unregister(CoreInterface $core)
 {
     $core->remove('Surume\\Filesystem\\FilesystemInterface');
     $core->remove('Surume\\Filesystem\\FilesystemManagerInterface');
 }