1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
sectioncontext.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Sync\Util;
4
5use Bitrix\Calendar\Sync\Connection\SectionConnection;
6
8{
12 private ?SectionConnection $sectionConnection = null;
13
18 public function setSectionConnection(?SectionConnection $sectionConnection): SectionContext
19 {
20 $this->sectionConnection = $sectionConnection;
21
22 return $this;
23 }
24
29 {
30 return $this->sectionConnection;
31 }
32}
setSectionConnection(?SectionConnection $sectionConnection)
Определения sectioncontext.php:18
Определения culture.php:9