Example #1
0
 /**
  * Shuts down this session
  *
  * @return void
  */
 public function shutdownObject()
 {
     if ($this->started === TRUE) {
         $this->putData('TYPO3_FLOW3_Object_ObjectManager', $this->objectManager->getSessionInstances());
         $this->close();
     }
 }