Example #1
0
 public function get_resetcode()
 {
     return $this->resetcode != null ? $this->resetcode : ($this->resetcode = generate_randomcode(20));
 }
Example #2
0
 public function get_validationcode()
 {
     return $this->validationcode != null ? $this->validationcode : ($this->validationcode = generate_randomcode(20));
 }