Metaregistrar\EPP\eppContactHandle::setPassword PHP Method

setPassword() public method

**NOTE** This is not used by at the moment, but they do require it to be given
public setPassword ( string $password ) : void
$password string
return void
    public function setPassword($password)
    {
        $this->password = htmlspecialchars($password, ENT_COMPAT, "UTF-8");
    }