1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
rule.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Sharing\Link\Rule;
4
5
class
Rule
6
{
8
protected
?
int
$slotSize
=
null
;
9
11
protected
?
array
$ranges
=
null
;
12
13
public
function
getSlotSize
(): ?int
14
{
15
return
$this->slotSize;
16
}
17
18
public
function
setSlotSize
(
int
$slotSize
): self
19
{
20
$this->slotSize =
$slotSize
;
21
22
return
$this;
23
}
24
25
public
function
getRanges
(): ?
array
26
{
27
return
$this->ranges;
28
}
29
30
public
function
setRanges
(
array
$ranges
): self
31
{
32
$this->ranges =
$ranges
;
33
34
return
$this;
35
}
36
}
Bitrix\Calendar\Sharing\Link\Rule\Rule\$ranges
array $ranges
Определения
rule.php:11
Bitrix\Calendar\Sharing\Link\Rule\Rule\getRanges
getRanges()
Определения
rule.php:25
Bitrix\Calendar\Sharing\Link\Rule\Rule\$slotSize
int $slotSize
Определения
rule.php:8
Bitrix\Calendar\Sharing\Link\Rule\Rule\setSlotSize
setSlotSize(int $slotSize)
Определения
rule.php:18
Bitrix\Calendar\Sharing\Link\Rule\Rule\getSlotSize
getSlotSize()
Определения
rule.php:13
Bitrix\Calendar\Sharing\Link\Rule\Rule\setRanges
setRanges(array $ranges)
Определения
rule.php:30
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Calendar\Sharing\Link\Rule
Определения
factory.php:2
bitrix
modules
calendar
lib
sharing
link
rule
rule.php
Создано системой
1.14.0