1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл office365push.php

См. исходные тексты.

Переменные

const NOT_CHECK_PERMISSIONS = true
 $getPut
 $manager = new PushManager()
 $data = $getPut()

Переменные

◆ $data

$data = $getPut()

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

◆ $getPut

$getPut
Инициализатор
= function ()
{
$result = '';
if ($putdata = fopen("php://input", "w"))
{
while ($data = fread($putdata, 1024)) {
}
fclose($putdata);
}
return $result ? Json::decode($result) : [];
}
$data['IS_AVAILABLE']
Определения .description.php:13
$result
Определения get_property_values.php:14

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

◆ $manager

$manager = new PushManager()

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

◆ NOT_CHECK_PERMISSIONS

const NOT_CHECK_PERMISSIONS = true

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