| 1 | <?php |
||
| 16 | class ProductBundleRepository extends EntityRepository implements ProductBundleRepositoryInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param string $name |
||
| 20 | * @param string $locale |
||
| 21 | * |
||
| 22 | * @return array|ProductBundleInterface[] |
||
| 23 | */ |
||
| 24 | public function findByName(string $name, string $locale): array |
||
| 36 | } |
||
| 37 |