1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
attachproperty.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Calendar\ICal\Basic;
5
6
8{
9 public $link;
10 public $name = '';
11
12 public function __construct(string $link, string $name = '')
13 {
14 $this->link = $link;
15 $this->name = $name;
16 }
17}
__construct(string $link, string $name='')
Определения attachproperty.php:12