Пример #1
0
 function setHecho(hecho $hecho)
 {
     $this->setVariable($hecho->getVariable());
     $this->setValor($hecho->getValor());
     $this->setEsNumerico($hecho->getEsNumerico());
 }