Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
pushservice.php
1<?php
2
4
5interface PushService
6{
7 function getBatch(array $messageList): string;
8}