/**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["consultations"] = "CConsultation plageconsult_id";
     $backProps["identifiants"] = "CIdSante400 object_id cascade";
     return $backProps;
 }
Beispiel #2
0
 /**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["operations"] = "COperation plageop_id";
     $backProps["affectations_personnel"] = "CAffectationPersonnel object_id";
     return $backProps;
 }