| 1 | <?php |
||
| 20 | final class ChannelNameExtension extends AbstractExtension |
||
| 21 | { |
||
| 22 | /** @var ChannelRepositoryInterface */ |
||
| 23 | private $channelRepository; |
||
| 24 | |||
| 25 | public function __construct(ChannelRepositoryInterface $channelRepository) |
||
| 29 | |||
| 30 | public function getFilters(): array |
||
| 36 | |||
| 37 | public function getChannelNameByCode(string $code): string |
||
| 41 | } |
||
| 42 |