1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
eventcontext.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Sync\Util;
4
5use Bitrix\Calendar\Sync\Connection\EventConnection;
6use Bitrix\Calendar\Sync\Connection\SectionConnection;
7
11class EventContext extends Context
12{
21
27 {
28 $this->sectionConnection = $sectionConnection;
29
30 return $this;
31 }
32
38 {
39 $this->eventConnection = $eventConnection;
40
41 return $this;
42 }
43
48 {
50 }
51
56 {
58 }
59}
setSectionConnection(?SectionConnection $sectionConnection)
Определения eventcontext.php:26
EventConnection $eventConnection
Определения eventcontext.php:20
SectionConnection $sectionConnection
Определения eventcontext.php:16
setEventConnection(?EventConnection $eventConnection)
Определения eventcontext.php:37
Определения culture.php:9