상속: extends Kraken\Container\ContainerInterface
예제 #1
0
 /**
  * @internal
  * @param CoreInterface $core
  * @return RuntimeContainerInterface
  */
 public function internalBoot(CoreInterface $core)
 {
     $core->instance(RuntimeContainer::class, $this);
     return $this->boot($core);
 }
예제 #2
0
 /**
  * @override
  * @inheritDoc
  */
 public function internalBoot(CoreInterface $core)
 {
     $core->instance(Client::class, $this);
     return $this->boot($core);
 }