<?php
namespace FakerProviderno_NO;
class Company extends FakerProviderCompany
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{companySuffix}}',
'{{lastName}} {{companySuffix}}',
'{{firstName}} {{lastName}} {{companySuffix}}',
'{{lastName}} & {{lastName}} {{companySuffix}}',
'{{lastName}} & {{lastName}}',
'{{lastName}} og {{lastName}}',
'{{lastName}} og {{lastName}} {{companySuffix}}'
);
protected static $companySuffix = array('AS', 'DA', 'NUF');
}