Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
applevoip.php
1
<?php
2
3
namespace
Bitrix\Pull\Push\Service
;
4
5
use
Bitrix\Pull\Push\Message\AppleVoipMessage
;
6
7
class
AppleVoip
extends
Apple
8
{
9
protected
int
$sandboxModifier
= 4;
10
protected
int
$productionModifier
= 5;
11
12
function
getMessageInstance
(
string
$token):
AppleVoipMessage
13
{
14
return
new
AppleVoipMessage
($token, 4096);
15
}
16
17
public
static
function
shouldBeSent
($messageRowData): bool
18
{
19
return
true
;
20
}
21
}
Bitrix\Pull\Push\Message\AppleVoipMessage
Definition
applevoipmessage.php:6
Bitrix\Pull\Push\Service\Apple
Definition
apple.php:8
Bitrix\Pull\Push\Service\AppleVoip
Definition
applevoip.php:8
Bitrix\Pull\Push\Service\AppleVoip\shouldBeSent
static shouldBeSent($messageRowData)
Definition
applevoip.php:17
Bitrix\Pull\Push\Service\AppleVoip\getMessageInstance
getMessageInstance(string $token)
Definition
applevoip.php:12
Bitrix\Pull\Push\Service\AppleVoip\$sandboxModifier
int $sandboxModifier
Definition
applevoip.php:9
Bitrix\Pull\Push\Service\AppleVoip\$productionModifier
int $productionModifier
Definition
applevoip.php:10
Bitrix\Pull\Push\Service
Definition
apple.php:3
modules
pull
lib
push
service
applevoip.php
Создано системой
1.10.0