예제 #1
0
 /**
  * Removes a document from it's store.
  * @return void
  */
 public function remove()
 {
     $this->doc_db->remove($this);
 }