示例#1
0
 public function setPassword($password)
 {
     $hash = new Knowledgeroot_Password($password);
     $this->passwordHash = $hash->getHash();
 }