Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
}
Bitrix\Calendar\Core\Base\Result
Definition
result.php:6
Bitrix\Calendar\Core\Mappers\Connection
Definition
connection.php:23
Bitrix\Calendar\Core\Mappers\SectionConnection
Definition
sectionconnection.php:20
Bitrix\Calendar\Sync\Connection\Connection
Definition
connection.php:13
Bitrix\Calendar\Sync\Connection\SectionConnection
Definition
sectionconnection.php:16
Bitrix\Calendar\Sync\Push\Push
Definition
push.php:9
Bitrix\Calendar\Sync\Util\Result
Definition
result.php:6
Bitrix\Calendar\Sync\Managers\PushManagerInterface
Definition
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\Managers
Definition
connectionmanager.php:3
modules
calendar
lib
sync
managers
pushmanagerinterface.php
Создано системой
1.10.0