1 | <?php |
||
13 | class RepositoryUuidCrudService extends RepositoryCrudService implements UuidCrudServiceInterface |
||
14 | { |
||
15 | 10 | public function __construct(UuidCrudRepositoryInterface $repository) |
|
19 | |||
20 | 6 | public function findByUuid(string $uuid): ?object |
|
24 | |||
25 | public function findByIdOrUuid($idOrUuid): ?object |
||
33 | |||
34 | /** |
||
35 | * @return UuidCrudRepositoryInterface |
||
36 | */ |
||
37 | 10 | protected function getRepository(): CrudRepositoryInterface |
|
41 | } |
||
42 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.