Ejemplo n.º 1
0
 /**
  * Method to shutdown the container
  *
  * @return void
  */
 public function close()
 {
     $this->logger->debug('Close CoreContainer with reference context id ' . $this->contextReferenceId);
     $this->close = true;
     $this->callAllDestroyMethods();
     Shutdown::now($this->sessionRepository, $this->singletonRepository, $this->sessionSingletonBeans, $this->contextReferenceId);
     $this->factoryBeanEnvelope->close();
     $this->serializer->destroy();
 }