| 1 | <?php |
||
| 16 | class SysFileMetadataRepository extends AbstractRawRepository |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Get the tablename |
||
| 21 | * |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | protected function getTableName(): string |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Find by file |
||
| 31 | * |
||
| 32 | * @param int $fileUid |
||
| 33 | * @return array|null |
||
| 34 | */ |
||
| 35 | public function findByFileUid(int $fileUid) |
||
| 48 | } |
||
| 49 |