Example #1
0
 /**
  * Delete the object from the datastore and memory 
  * Calls epManager to delete the object.
  * @return bool
  */
 public function delete()
 {
     if (!$this->_checkManager()) {
         return false;
     }
     return $this->ep_m->delete($this);
 }