Exemplo n.º 1
0
 /**
  * Remove the document with the given path or UUID.
  *
  * @param string $identifier ID or path
  */
 public function remove($identifier)
 {
     $identifier = $this->normalizeToPath($identifier);
     $this->session->removeItem($identifier);
 }