1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
pushmanagerinterface.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Sync\Managers;
4
5
use Bitrix\Calendar\Sync\Connection\Connection;
6
use Bitrix\Calendar\Sync\Connection\SectionConnection;
7
use Bitrix\Calendar\Sync\Push\Push;
8
use Bitrix\Calendar\Sync\Util\Result;
9
10
interface
PushManagerInterface
11
{
12
public
function
addConnectionPush
(
Connection
$connection
):
Result
;
13
14
public
function
addSectionPush
(
SectionConnection
$link):
Result
;
15
16
public
function
renewPush
(
Push
$pushChannel):
Result
;
17
18
public
function
deletePush
(
Push
$pushChannel):
Result
;
19
}
$connection
$connection
Определения
actionsdefinitions.php:38
Bitrix\Calendar\Core\Mappers\SectionConnection
Определения
sectionconnection.php:20
Bitrix\Main\ORM\Data\Result
Определения
result.php:16
Bitrix\Calendar\Sync\Managers\PushManagerInterface
Определения
pushmanagerinterface.php:11
Bitrix\Calendar\Sync\Managers\PushManagerInterface\renewPush
renewPush(Push $pushChannel)
Bitrix\Calendar\Sync\Managers\PushManagerInterface\addSectionPush
addSectionPush(SectionConnection $link)
Bitrix\Calendar\Sync\Managers\PushManagerInterface\addConnectionPush
addConnectionPush(Connection $connection)
Bitrix\Calendar\Sync\Managers\PushManagerInterface\deletePush
deletePush(Push $pushChannel)
Bitrix\Calendar\Sync\Connection
Определения
connection.php:3
Bitrix\Calendar\Sync\Push
Определения
dictionary.php:3
bitrix
modules
calendar
lib
sync
managers
pushmanagerinterface.php
Создано системой
1.14.0