PHP 8.2.31
Preview: LanguageInflectorFactory.php Size: 805 B
/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/LanguageInflectorFactory.php

<?php

declare(strict_types=1);

namespace Doctrine\Inflector;

use Doctrine\Inflector\Rules\Ruleset;

interface LanguageInflectorFactory
{
    /**
     * Applies custom rules for singularisation
     *
     * @param bool $reset If true, will unset default inflections for all new rules
     *
     * @return $this
     */
    public function withSingularRules(?Ruleset $singularRules, bool $reset = false): self;

    /**
     * Applies custom rules for pluralisation
     *
     * @param bool $reset If true, will unset default inflections for all new rules
     *
     * @return $this
     */
    public function withPluralRules(?Ruleset $pluralRules, bool $reset = false): self;

    /**
     * Builds the inflector instance with all applicable rules
     */
    public function build(): Inflector;
}

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
Rules DIR
- drwxr-xr-x 2025-08-10 19:31:58
Edit Download
511 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
1.64 KB lrw-r--r-- 2025-08-10 19:31:58
Edit Download
12.55 KB lrw-r--r-- 2025-08-10 19:31:58
Edit Download
1.65 KB lrw-r--r-- 2025-08-10 19:31:58
Edit Download
526 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
805 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
201 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
1.32 KB lrw-r--r-- 2025-08-10 19:31:58
Edit Download
143 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download

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