%PDF- %PDF-
Direktori : /var/www/html/zgjedhjet2017/vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/ |
Current File : /var/www/html/zgjedhjet2017/vendor/fzaninotto/faker/src/Faker/Provider/sv_SE/Company.php |
<?php namespace Faker\Provider\sv_SE; class Company extends \Faker\Provider\Company { protected static $formats = array( '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{firstName}} {{lastName}} {{companySuffix}}', '{{lastName}} & {{lastName}} {{companySuffix}}', '{{lastName}} & {{lastName}}', '{{lastName}} och {{lastName}}', '{{lastName}} och {{lastName}} {{companySuffix}}' ); protected static $companySuffix = array('AB', 'HB'); }