1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
handlingresult.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Security\W
;
4
5
use
Bitrix\Main\Security\W\Rules\Rule
;
6
use
Bitrix\Main\Security\W\Rules\Results\RuleResult
;
7
8
class
HandlingResult
9
{
10
protected
string
$contextName
;
11
12
protected
array
$contextKey
;
13
14
protected
RuleResult
$ruleResult
;
15
16
protected
Rule
$rule
;
17
24
public
function
__construct
(
string
$contextName
,
array
$contextKey
,
RuleResult
$ruleResult
,
Rule
$rule
)
25
{
26
$this->contextName =
$contextName
;
27
$this->contextKey =
$contextKey
;
28
$this->ruleResult =
$ruleResult
;
29
$this->rule =
$rule
;
30
}
31
32
33
public
function
getContextName
(): string
34
{
35
return
$this->contextName
;
36
}
37
38
public
function
setContextName
(
string
$contextName
): void
39
{
40
$this->contextName =
$contextName
;
41
}
42
43
public
function
getContextKey
():
array
44
{
45
return
$this->contextKey
;
46
}
47
48
public
function
setContextKey
(
array
$contextKey
): void
49
{
50
$this->contextKey =
$contextKey
;
51
}
52
53
public
function
getRuleResult
():
RuleResult
54
{
55
return
$this->ruleResult
;
56
}
57
58
public
function
setRuleResult
(
RuleResult
$ruleResult
): void
59
{
60
$this->ruleResult =
$ruleResult
;
61
}
62
63
public
function
getRule
():
Rule
64
{
65
return
$this->rule
;
66
}
67
68
public
function
setRule
(
Rule
$rule
): void
69
{
70
$this->rule =
$rule
;
71
}
72
}
Bitrix\Main\Security\W\HandlingResult
Определения
handlingresult.php:9
Bitrix\Main\Security\W\HandlingResult\getContextKey
getContextKey()
Определения
handlingresult.php:43
Bitrix\Main\Security\W\HandlingResult\$ruleResult
RuleResult $ruleResult
Определения
handlingresult.php:14
Bitrix\Main\Security\W\HandlingResult\setContextKey
setContextKey(array $contextKey)
Определения
handlingresult.php:48
Bitrix\Main\Security\W\HandlingResult\getContextName
getContextName()
Определения
handlingresult.php:33
Bitrix\Main\Security\W\HandlingResult\setRuleResult
setRuleResult(RuleResult $ruleResult)
Определения
handlingresult.php:58
Bitrix\Main\Security\W\HandlingResult\__construct
__construct(string $contextName, array $contextKey, RuleResult $ruleResult, Rule $rule)
Определения
handlingresult.php:24
Bitrix\Main\Security\W\HandlingResult\$contextKey
array $contextKey
Определения
handlingresult.php:12
Bitrix\Main\Security\W\HandlingResult\getRuleResult
getRuleResult()
Определения
handlingresult.php:53
Bitrix\Main\Security\W\HandlingResult\$rule
Rule $rule
Определения
handlingresult.php:16
Bitrix\Main\Security\W\HandlingResult\$contextName
string $contextName
Определения
handlingresult.php:10
Bitrix\Main\Security\W\HandlingResult\getRule
getRule()
Определения
handlingresult.php:63
Bitrix\Main\Security\W\HandlingResult\setContextName
setContextName(string $contextName)
Определения
handlingresult.php:38
Bitrix\Main\Security\W\HandlingResult\setRule
setRule(Rule $rule)
Определения
handlingresult.php:68
Bitrix\Main\Security\W\Rules\Results\RuleResult
Определения
ruleresult.php:6
Bitrix\Main\Security\W\Rules\Rule
Определения
rule.php:10
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\Main\Security\W
Определения
handlingresult.php:3
bitrix
modules
main
lib
security
w
handlingresult.php
Создано системой
1.14.0