PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
pt_PT
<?php namespace Faker\Provider\pt_PT; class Company extends \Faker\Provider\Company { protected static $formats = [ '{{lastName}} {{companySuffix}}', '{{lastName}} {{lastName}}', '{{lastName}} e {{lastName}}', '{{lastName}} {{lastName}} {{companySuffix}}', 'Grupo {{lastName}} {{companySuffix}}', ]; protected static $companySuffix = ['e Filhos', 'e Associados', 'Lda.', 'S.A.']; }
[-] Internet.php
[edit]
[+]
..
[-] Address.php
[edit]
[-] Company.php
[edit]
[-] Person.php
[edit]
[-] .htaccess
[edit]
[-] Payment.php
[edit]
[-] PhoneNumber.php
[edit]