예제 #1
0
 /**
  * Send an email confirmation token.
  *
  * @return boolean true if email confirmation token was successfully sent
  */
 public function send()
 {
     return Module::sendConfirmEmail($this);
 }