libphonenumber\PhoneMetadata::hasNoInternationalDialling PHP Method

hasNoInternationalDialling() public method

    public function hasNoInternationalDialling()
    {
        return isset($this->noInternationalDialling);
    }
PhoneMetadata