PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
doctrine
/
inflector
/
src
<?php declare(strict_types=1); namespace Doctrine\Inflector; interface WordInflector { public function inflect(string $word): string; }
[-] 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]