示例#1
0
 /**
  * @param	Expedientehistorial $expedientehistorial The expedientehistorial object to add.
  */
 protected function doAddExpedientehistorial($expedientehistorial)
 {
     $this->collExpedientehistorials[] = $expedientehistorial;
     $expedientehistorial->setServicioestado($this);
 }