1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
lesserpositiverule.php
См. документацию.
1
<?php
2
9
10
namespace
Bitrix\Main\Authentication\Policy;
11
12
class
LesserPositiveRule
extends
Rule
13
{
17
public
function
compare
(
$value
): bool
18
{
19
return
(
$value
> 0 && (
$value < $this->
value || $this->value == 0));
20
}
21
}
Bitrix\Main\Authentication\Policy\LesserPositiveRule
Определения
lesserpositiverule.php:13
Bitrix\Main\Authentication\Policy\LesserPositiveRule\compare
compare($value)
Определения
lesserpositiverule.php:17
Bitrix\Main\Authentication\Policy\Rule
Определения
rule.php:13
Bitrix\Main\Authentication\Policy\Rule\$value
$value
Определения
rule.php:15
bitrix
modules
main
lib
authentication
policy
lesserpositiverule.php
Создано системой
1.14.0