/**
  * Restores this guestbook entry.
  */
 public function restore()
 {
     UserGuestbookEntryEditor::restoreAll(array($this->entryID));
 }