libphonenumber\PhoneMetadata::clearNationalPrefixTransformRule PHP Method

clearNationalPrefixTransformRule() public method

    public function clearNationalPrefixTransformRule()
    {
        $this->nationalPrefixTransformRule = '';
        return $this;
    }
PhoneMetadata