| 1 | <?php |
||
| 24 | class ArticleMediaRepository extends EntityRepository implements ArticleMediaRepositoryInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 2 | public function getByCriteria(Criteria $criteria, array $sorting): QueryBuilder |
|
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function findMediaByAssetId(string $assetId) |
||
| 50 | } |
||
| 51 |