예제 #1
0
파일: literal.php 프로젝트: rolion/taller1
 function setHecho(hecho $hecho)
 {
     $this->setVariable($hecho->getVariable());
     $this->setValor($hecho->getValor());
     $this->setEsNumerico($hecho->getEsNumerico());
 }