File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/calendar/lib/core/section/sectionsyncdatacollection.php
Back
<?php namespace Bitrix\Calendar\Core\Section; use Bitrix\Calendar\Core\Base\Collection; class SectionSyncDataCollection extends Collection { /** * @param $name * @return SectionSyncData|null * */ public function getByName($name): ?SectionSyncData { foreach ($this->collection as $item) { if ($item->getConnectionType() === $name) { return $item; } } return null; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings