PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
doctrine
/
inflector
/
src
/
Rules
<?php declare(strict_types=1); namespace Doctrine\Inflector\Rules; class Word { /** @var string */ private $word; public function __construct(string $word) { $this->word = $word; } public function getWord(): string { return $this->word; } }
[+]
..
[+]
French
[+]
Italian
[+]
NorwegianBokmal
[-] Substitutions.php
[open]
[+]
English
[-] Patterns.php
[open]
[+]
Esperanto
[+]
Turkish
[+]
Portuguese
[-] Transformations.php
[open]
[-] Transformation.php
[open]
[-] Substitution.php
[open]
[-] Pattern.php
[open]
[-] Word.php
[open]
[+]
Spanish
[-] Ruleset.php
[open]