open = false; return $this; } /** * * @return Session_Storage_Abstract */ protected function require_open_storage() { if (!$this->open) throw new Exception_Session_StorageClosed (); return $this; } }