示例#1
0
 /**
  * Persists the object into datastore. 
  * 
  * Actual persisting is delegated to {@link epManager}
  * 
  * @return bool
  */
 public function commit()
 {
     if (!$this->_checkManager()) {
         return false;
     }
     return $this->ep_m->commit($this);
 }