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