File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/calendar/lib/sync/util/sectioncontext.php
Back
<?php namespace Bitrix\Calendar\Sync\Util; use Bitrix\Calendar\Sync\Connection\SectionConnection; class SectionContext extends Context { /** * @var SectionConnection|null */ private ?SectionConnection $sectionConnection = null; /** * @param SectionConnection|null $sectionConnection * @return SectionContext */ public function setSectionConnection(?SectionConnection $sectionConnection): SectionContext { $this->sectionConnection = $sectionConnection; return $this; } /** * @return SectionConnection */ public function getSectionConnection(): ?SectionConnection { return $this->sectionConnection; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings