Metaregistrar\EPP\ficoraEppContactPostalInfo::setIdentity PHP Метод

setIdentity() публичный Метод

Sets the identity (social security number) of the person
public setIdentity ( string $identity )
$identity string
    public function setIdentity($identity)
    {
        $this->identity = htmlspecialchars($identity, ENT_COMPAT, "UTF-8");
    }