REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.28 KB
Close
/home/byroehnu/easetack.com/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Company.php
Text
Base64
<?php namespace Faker\Provider\ar_EG; use Faker\Calculator\Luhn; class Company extends \Faker\Provider\Company { protected static $formats = [ '{{companyPrefix}} {{cityName}}', '{{companyPrefix}} {{lastName}}', '{{cityName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{companyPrefix}} {{lastName}} {{companySuffix}}', '{{companyPrefix}} {{cityName}} {{companySuffix}}', ]; protected static $catchPhraseWords = [ ['الخدمات', 'الحلول', 'الانظمة'], [ 'الذهبية', 'الذكية', 'المتطورة', 'المتقدمة', 'الدولية', 'المتخصصه', 'السريعة', 'المثلى', 'الابداعية', 'المتكاملة', 'المتغيرة', 'المثالية', ], ]; protected static $companyPrefix = ['شركة', 'مؤسسة', 'مجموعة', 'مكتب', 'أكاديمية', 'معرض']; protected static $companySuffix = [ ' ش.م.م', ' للتجاره العامه', 'للأجهزة الطبيه', 'للتوريدات', 'للمقاولات', 'للتطوير العقاري', 'للدعايه و الاعلان', 'للحلول المتقدمه', 'للخدمات الدولية', 'الدولية', 'للانظمة المتكاملة', ]; /** * @example 'مؤسسة' * * @return string */ public function companyPrefix() { return static::randomElement(self::$companyPrefix); } /** * @example 'الحلول المتقدمة' */ public function catchPhrase() { $result = []; foreach (static::$catchPhraseWords as &$word) { $result[] = static::randomElement($word); } return implode(' ', $result); } /** * example 010101010 */ public static function companyTaxIdNumber() { $partialValue = static::numerify(str_repeat('#', 9)); return Luhn::generateLuhnNumber($partialValue); } /** * example 010101 */ public static function companyTradeRegisterNumber() { $partialValue = static::numerify(str_repeat('#', 6)); return Luhn::generateLuhnNumber($partialValue); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Address.php
9.94 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Color.php
1.68 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Company.php
2.28 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Internet.php
1.89 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Payment.php
324 B
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Person.php
10.77 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Text.php
19.14 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).