libphonenumber\PhoneMetadata::clearMainCountryForCode PHP Method

clearMainCountryForCode() public method

    public function clearMainCountryForCode()
    {
        $this->mainCountryForCode = false;
        return $this;
    }
PhoneMetadata