예제 #1
0
 /**
  * @see RM_Gpc_Mapper::resetTimeOfModification()
  **/
 public function resetTimeOfModification()
 {
     $this->_mapper->resetTimeOfModification('attribute');
 }
예제 #2
0
 /**
  * @see RM_Gpc_Mapper::resetTimeOfModification()
  **/
 public function resetTimeOfModification()
 {
     $this->_mapper->resetTimeOfModification($this->type());
     $this->_mapper->resetTimeOfModification('tree');
 }
예제 #3
0
 /**
  * @see RM_Gpc_Mapper::resetTimeOfModification()
  **/
 public function resetTimeOfModification()
 {
     $this->_mapper->resetTimeOfModification('value');
 }