Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
sectionmanagerinterface.php
1<?php
2
4
10
12{
21 public function create(Section $section, SectionContext $context): Result;
22
31 public function update(Section $section, SectionContext $context): Result;
32
33 public function delete(Section $section, SectionContext $context): Result;
34
35 public function getAvailableExternalType(): array;
36
37 //todo move to other interface
38 // public function getSections(Connection $connection): array;
39 //
40 // public function subscribe(SectionConnection $link): Result;
41 //
42 // public function resubscribe(Push $push): Result;
43}
create(Section $section, SectionContext $context)
update(Section $section, SectionContext $context)