<?php
namespace FakerProviderhe_IL;
class Company extends FakerProviderCompany
{
protected static $formats = array(
'{{lastName}} {{companySuffix}}',
'{{lastName}} את {{lastName}} {{companySuffix}}',
'{{lastName}} ו{{lastName}}'
);
protected static $companySuffix = array('בע"מ', 'ובניו', 'סוכנויות', 'משווקים');
}