Esempio n. 1
0
 /**
  * Charge le RHS correspondant à l'évenement
  *
  * @return CRHS
  */
 function getRHS()
 {
     $rhs = new CRHS();
     $rhs->sejour_id = $this->sejour_id;
     $rhs->date_monday = CMbDT::date("last monday", CMbDT::date("+1 day", CMbDT::date($this->debut)));
     $rhs->loadMatchingObject();
     return $rhs;
 }