| 1 | <?php  | 
            ||
| 7 | class Names  | 
            ||
| 8 | { | 
            ||
| 9 | /** @var FileManager */  | 
            ||
| 10 | private $files;  | 
            ||
| 11 | |||
| 12 | /**  | 
            ||
| 13 | * SnapshotService constructor.  | 
            ||
| 14 | *  | 
            ||
| 15 | * @param FileManager $files  | 
            ||
| 16 | */  | 
            ||
| 17 | public function __construct(FileManager $files)  | 
            ||
| 21 | |||
| 22 | /**  | 
            ||
| 23 | * @param string $path  | 
            ||
| 24 | * @return string  | 
            ||
| 25 | */  | 
            ||
| 26 | public function onlyName(string $path): string  | 
            ||
| 38 | }  |