/**
  * For developper use only
  */
 protected function load_destination()
 {
     $tmp = DH::findFirstElementOrCreate('destination', $this->xmlroot);
     $this->destination->load_from_domxml($tmp);
 }