Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
eventcontext.php
1<?php
2
4
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)
setEventConnection(?EventConnection $eventConnection)