Ejemplo n.º 1
0
 function getEmail()
 {
     return VALIDAR::email($this->Email) ? strtolower($this->Email) : null;
 }