PHP 8.2.31
Preview: InflectorFactory.php Size: 461 B
/proc/thread-self/root/opt/cpanel/ea-wappspector/vendor/doctrine/inflector/src/Rules/Italian/InflectorFactory.php

<?php

declare(strict_types=1);

namespace Doctrine\Inflector\Rules\Italian;

use Doctrine\Inflector\GenericLanguageInflectorFactory;
use Doctrine\Inflector\Rules\Ruleset;

final class InflectorFactory extends GenericLanguageInflectorFactory
{
    protected function getSingularRuleset(): Ruleset
    {
        return Rules::getSingularRuleset();
    }

    protected function getPluralRuleset(): Ruleset
    {
        return Rules::getPluralRuleset();
    }
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
8.26 KB lrw-r--r-- 2025-08-10 19:31:58
Edit Download
461 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
874 B lrw-r--r-- 2025-08-10 19:31:58
Edit Download
1.68 KB lrw-r--r-- 2025-08-10 19:31:58
Edit Download

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