예제 #1
0
파일: User.php 프로젝트: Kotys/eventor.io
 /**
  * @param string
  */
 public function setPassword($password)
 {
     $this->password = Authenticator::hashPassword($password);
 }