예제 #1
0
 /**
  * Copy properties from the given object.
  * @param AUDITABLE $other
  * @access private
  */
 protected function copy_from($other)
 {
     parent::copy_from($other);
     $this->time_created = clone $other->time_created;
     $this->time_modified = clone $other->time_modified;
 }