Example #1
0
 /**
  *
  * @return toba_datos_relacion
  */
 function get_entidad()
 {
     $this->dependencia('datos')->tabla('externas')->set_es_unico_registro(false);
     return parent::get_entidad();
 }