示例#1
0
文件: User.php 项目: Kotys/eventor.io
 /**
  * @param string
  */
 public function setPassword($password)
 {
     $this->password = Authenticator::hashPassword($password);
 }