Newscoop\Services\Auth\DoctrineAuthService::setPassword PHP Method

setPassword() public method

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