PATH:
home
/
lab2454c
/
aficb.com
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
sl_SI
<?php namespace Faker\Provider\sl_SI; class Company extends \Faker\Provider\Company { protected static $formats = [ '{{firstName}} {{lastName}} s.p.', '{{lastName}} {{companySuffix}}', '{{lastName}}, {{lastName}} in {{lastName}} {{companySuffix}}', ]; protected static $companySuffix = ['d.o.o.', 'd.d.', 'k.d.', 'k.d.d.', 'd.n.o.', 'so.p.']; }
[-] Internet.php
[edit]
[+]
..
[-] Address.php
[edit]
[-] Company.php
[edit]
[-] Person.php
[edit]
[-] Payment.php
[edit]
[-] PhoneNumber.php
[edit]