PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
<?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]