libphonenumber\PhoneMetadata::hasPreferredInternationalPrefix PHP Method

hasPreferredInternationalPrefix() public method

    public function hasPreferredInternationalPrefix()
    {
        return isset($this->preferredInternationalPrefix);
    }
PhoneMetadata