Newscoop\Services\Auth\DoctrineAuthService::setPassword PHP 메소드

setPassword() 공개 메소드

Set password
public setPassword ( string $password ) : Newscoop\Services\Auth\DoctrineAuthService
$password string
리턴 Newscoop\Services\Auth\DoctrineAuthService
    public function setPassword($password)
    {
        $this->password = $password;
        return $this;
    }