/**
  * Copy properties from the given object.
  * @param OBJECT_IN_FOLDER $other
  * @access private
  */
 protected function copy_from($other)
 {
     parent::copy_from($other);
     $this->_parent_folder = $other->_parent_folder;
 }