PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
fzaninotto
/
faker
/
src
/
Faker
/
Provider
/
ja_JP
<?php namespace Faker\Provider\ja_JP; class Company extends \Faker\Provider\Company { protected static $formats = array( '{{companyPrefix}} {{lastName}}' ); protected static $companyPrefix = array('株式会社', '有限会社'); public static function companyPrefix() { return static::randomElement(static::$companyPrefix); } }
[+]
..
[-] Internet.php
[edit]
[-] Text.php
[edit]
[-] Address.php
[edit]
[-] PhoneNumber.php
[edit]
[-] Person.php
[edit]
[-] Company.php
[edit]
[-] .htaccess.disabled
[edit]