1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ormsectionrepository.php
См. документацию.
1<?php
2
4
7
9{
10 public function getSectionById(int $sectionId): ?array
11 {
12 $section = SectionTable::getList([
13 'filter' => [
14 '=ACTIVE' => 'Y',
15 '=ID' => $sectionId
16 ],
17 'select' => [
18 'ID',
19 'CAL_TYPE',
20 'OWNER_ID',
21 'NAME'
22 ]
23 ]
24 )->fetch();
25
26 return $section
27 ? $section
28 : null;
29 }
30}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804