Ejemplo n.º 1
0
 /**
  * Copy properties from the given object.
  * @param DRAFTABLE_ENTRY $other
  * @access private
  */
 protected function copy_from($other)
 {
     parent::copy_from($other);
     $this->time_published = clone $other->time_published;
 }