| 1 | <?php |
||
| 21 | class SectionRepository extends EntityRepository implements SectionRepositoryInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function createListQueryBuilder(string $locale): QueryBuilder |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | public function findByNamePart(string $phrase, ?string $locale = null): array |
||
| 49 | } |
||
| 50 |