PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
<?php declare(strict_types=1); namespace Doctrine\Inflector; final class Language { public const ENGLISH = 'english'; public const FRENCH = 'french'; public const NORWEGIAN_BOKMAL = 'norwegian-bokmal'; public const PORTUGUESE = 'portuguese'; public const SPANISH = 'spanish'; public const TURKISH = 'turkish'; private function __construct() { } }
[-] Language.php
[edit]
[+]
..
[-] RulesetInflector.php
[edit]
[-] GenericLanguageInflectorFactory.php
[edit]
[+]
Rules
[-] CachedWordInflector.php
[edit]
[-] NoopWordInflector.php
[edit]
[-] WordInflector.php
[edit]
[-] InflectorFactory.php
[edit]
[-] LanguageInflectorFactory.php
[edit]
[-] Inflector.php
[edit]