예제 #1
0
 /**
  * Store this object without updating modification information.
  */
 public function store_no_audit()
 {
     parent::store();
 }
예제 #2
0
 public function store()
 {
     $this->synchronize();
     parent::store();
     $this->_read_only = false;
 }