<?php
namespace Faker\Provider\ko_KR;
class Company extends \Faker\Provider\Company
{
protected static $formats = [
'{{companyPrefix}}{{firstName}}',
'{{companyPrefix}}{{firstName}}{{companySuffix}}',
'{{firstName}}{{companySuffix}}',
'{{firstName}}{{companySuffix}}',
'{{firstName}}{{companySuffix}}',
'{{firstName}}{{companySuffix}}',
];
protected static $companyPrefix = ['(주)', '(주)', '(주)', '(유)'];
protected static $companySuffix = [
'전자', '건설', '식품', '인터넷', '그룹', '은행', '보험', '제약', '금융', '네트웍스', '기획', '미디어', '연구소', '모바일', '스튜디오', '캐피탈',
];
public static function companyPrefix()
{
return static::randomElement(static::$companyPrefix);
}
public static function companySuffix()
{
return static::randomElement(static::$companySuffix);
}
}
How To Payment
Making a payment on our website is quick and secure. Start by logging in or creating an account. Select your preferred payment method, input the required details, and review the information. Once you confirm everything is correct, click on the "Submit Payment" button. You’ll receive instant confirmation and can track your payment status through your account dashboard. It’s an easy and secure process.