Metaregistrar\EPP\ficoraEppContactPostalInfo::setLastName PHP Method

setLastName() public method

Sets the last name of the person
public setLastName ( string $lastName )
$lastName string
    public function setLastName($lastName)
    {
        $this->lastName = htmlspecialchars($lastName, ENT_COMPAT, "UTF-8");
    }