PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
/
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; } }
[+]
NorwegianBokmal
[+]
French
[-] Ruleset.php
[edit]
[+]
..
[-] Transformations.php
[edit]
[-] Word.php
[edit]
[+]
Portuguese
[+]
English
[-] Substitutions.php
[edit]
[-] Transformation.php
[edit]
[+]
Turkish
[-] Pattern.php
[edit]
[-] Patterns.php
[edit]
[+]
Spanish
[-] Substitution.php
[edit]