PHP 8.2.30
Preview: Company.php Size: 1.23 KB
/home/byroehnu/easetack.com/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Company.php

<?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);
    }
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
6.57 KB lrw-rw-rw- 2024-11-21 13:46:39
Edit Download
378 B lrw-rw-rw- 2024-11-21 13:46:39
Edit Download
1.23 KB lrw-rw-rw- 2024-11-21 13:46:39
Edit Download
310 B lrw-rw-rw- 2024-11-21 13:46:39
Edit Download
15.14 KB lrw-rw-rw- 2024-11-21 13:46:39
Edit Download
844 B lrw-rw-rw- 2024-11-21 13:46:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).