| 1 | <?php  | 
            ||
| 12 | class SysFileMetadataRepository extends AbstractRawRepository  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * Find one by file.  | 
            ||
| 16 | *  | 
            ||
| 17 | * @param int $fileUid  | 
            ||
| 18 | *  | 
            ||
| 19 | * @return array|null  | 
            ||
| 20 | */  | 
            ||
| 21 | public function findOneByFileUid(int $fileUid)  | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 | * Get the tablename.  | 
            ||
| 37 | *  | 
            ||
| 38 | * @return string  | 
            ||
| 39 | */  | 
            ||
| 40 | protected function getTableName(): string  | 
            ||
| 44 | }  | 
            ||
| 45 |