1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
sectionsyncdatacollection.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Core\Section;
4
5use Bitrix\Calendar\Core\Base\Collection;
6
8{
14 public function getByName($name): ?SectionSyncData
15 {
16 foreach ($this->collection as $item)
17 {
18 if ($item->getConnectionType() === $name)
19 {
20 return $item;
21 }
22 }
23
24 return null;
25 }
26}
$name
Определения menu_edit.php:35