close() public method

public close ( )
Example #1
0
 public function close()
 {
     $this->unloadChunks();
     $this->db->close();
     $this->level = null;
 }