Exemple #1
0
 /**
  * Removes entry with photo from journal
  * @param string $id
  * @throws EntryNotFound
  */
 public function remove($id)
 {
     $this->directoryHelper->removeEntry($id);
     $this->directoryHelper->removePhoto($id);
 }