コード例 #1
0
ファイル: User.php プロジェクト: Kotys/eventor.io
 /**
  * @param string
  */
 public function setPassword($password)
 {
     $this->password = Authenticator::hashPassword($password);
 }