Exemplo n.º 1
0
 public function snapshot()
 {
     return new Snapshot($this->database->getBasic(), $this->database->getTables(), $this->database->getViews(), $this->database->getAllRows());
 }