📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 17:39:50
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
hy_AM
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/fakerphp/faker/src/Faker/Provider/hy_AM
🔄 Refresh
✏️
Editing: Company.php
Writable
<?php namespace Faker\Provider\hy_AM; class Company extends \Faker\Provider\Company { protected static $formats = [ '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} եղբայրներ', ]; protected static $catchPhraseWords = [ ]; protected static $bsWords = [ ]; protected static $companySuffix = ['ՍՊԸ', 'և որդիներ', 'ՓԲԸ', 'ԲԲԸ']; /** * @example 'Robust full-range hub' */ public function catchPhrase() { $result = []; foreach (static::$catchPhraseWords as &$word) { $result[] = static::randomElement($word); } return implode(' ', $result); } /** * @example 'integrate extensible convergence' */ public function bs() { $result = []; foreach (static::$bsWords as &$word) { $result[] = static::randomElement($word); } return implode(' ', $result); } }
💾 Save Changes
❌ Cancel