File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/doctrine/inflector/src/Rules
Upload
[..]
English/
Rename
Del
Esperanto/
Rename
Del
French/
Rename
Del
Italian/
Rename
Del
NorwegianBokmal/
Rename
Del
Portuguese/
Rename
Del
Ruleset.php (777 B)
Edit
Rename
Del
Spanish/
Rename
Del
Substitution.php (451 B)
Edit
Rename
Del
Transformation.php (790 B)
Edit
Rename
Del
Turkish/
Rename
Del
Word.php (294 B)
Edit
Rename
Del
Edit: Word.php
<?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; } }
Simpan