Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс PushWorker

Открытые члены

 __construct ()
 
 subscribe (int $userId, string $command)
 
 send (string $command, array $params, array $userIds=[])
 
 sendLast (string $tag, string $command, array $params, array $userIds=[])
 

Открытые статические члены

static doBackgroundJob ()
 

Подробное описание

См. определение в файле pushworker.php строка 10

Конструктор(ы)

◆ __construct()

__construct ( )

См. определение в файле pushworker.php строка 16

Методы

◆ doBackgroundJob()

static doBackgroundJob ( )
static

См. определение в файле pushworker.php строка 71

◆ send()

send ( string $command,
array $params,
array $userIds = [] )

См. определение в файле pushworker.php строка 29

◆ sendLast()

sendLast ( string $tag,
string $command,
array $params,
array $userIds = [] )

См. определение в файле pushworker.php строка 49

◆ subscribe()

subscribe ( int $userId,
string $command )

См. определение в файле pushworker.php строка 21