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