| 1 | <?php  | 
            ||
| 8 | final class ClassmapNameInflector implements NameInflector  | 
            ||
| 9 | { | 
            ||
| 10 | public function inflectToRelativePath(string $prefix, ClassName $className, string $mappedPath): FilePath  | 
            ||
| 14 | |||
| 15 | public function inflectToClassName(FilePath $filePath, string $pathPrefix, string $classPrefix): ClassName  | 
            ||
| 19 | }  | 
            ||
| 20 |