D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
/
Filename :
WordInflector.php
back
Copy
<?php declare(strict_types=1); namespace Doctrine\Inflector; interface WordInflector { public function inflect(string $word): string; }