<?php
namespace Faker\Provider\nb_NO;
class PhoneNumber extends \Faker\Provider\PhoneNumber
{
/**
* @var array Norwegian phone number formats
*/
protected static $formats = [
'+47#########',
'+47 ## ## ## ##',
'## ## ## ##',
'## ## ## ##',
'########',
'########',
'9## ## ###',
'4## ## ###',
'9#######',
'4#######',
];
/**
* @var array Norweign mobile number formats
*/
protected static $mobileFormats = [
'+474#######',
'+479#######',
'9## ## ###',
'4## ## ###',
'9#######',
'4#######',
];
public function mobileNumber()
{
$format = static::randomElement(static::$mobileFormats);
return self::numerify($this->generator->parse($format));
}
}
Payment Accept
Our platform simplifies payment acceptance, making transaction management effortless. With secure processing and user-friendly tools, you can easily handle payments from credit cards, debit cards, and digital methods. Our intuitive interface is designed for efficiency, ensuring a seamless experience for both you and your customers. Manage your transactions with ease and confidence.