1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
attachproperty.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Calendar\ICal\Basic;
5
6
7
class
AttachProperty
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
}
Bitrix\Calendar\ICal\Basic\AttachProperty
Определения
attachproperty.php:8
Bitrix\Calendar\ICal\Basic\AttachProperty\$link
$link
Определения
attachproperty.php:9
Bitrix\Calendar\ICal\Basic\AttachProperty\__construct
__construct(string $link, string $name='')
Определения
attachproperty.php:12
Bitrix\Calendar\ICal\Basic\AttachProperty\$name
$name
Определения
attachproperty.php:10
bitrix
modules
calendar
lib
ical
basic
attachproperty.php
Создано системой
1.14.0