1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
pregrule.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Security\W\Rules;
4
5
abstract
class
PregRule
extends
Rule
6
{
7
protected
$pattern
;
8
9
public
function
__construct
(
$path
,
$context
,
$keys
,
$process
,
$encoding
,
$pattern
)
10
{
11
parent::__construct(
$path
,
$context
,
$keys
,
$process
,
$encoding
);
12
13
$this->pattern =
$pattern
;
14
}
15
}
Bitrix\Main\Security\W\Rules\PregRule
Определения
pregrule.php:6
Bitrix\Main\Security\W\Rules\PregRule\__construct
__construct($path, $context, $keys, $process, $encoding, $pattern)
Определения
pregrule.php:9
Bitrix\Main\Security\W\Rules\PregRule\$pattern
$pattern
Определения
pregrule.php:7
Bitrix\Main\Security\W\Rules\Rule
Определения
rule.php:10
Bitrix\Main\Security\W\Rules\Rule\$path
$path
Определения
rule.php:11
Bitrix\Main\Security\W\Rules\Rule\$process
$process
Определения
rule.php:17
Bitrix\Main\Security\W\Rules\Rule\$context
$context
Определения
rule.php:13
Bitrix\Main\Security\W\Rules\Rule\$encoding
$encoding
Определения
rule.php:19
Bitrix\Main\Security\W\Rules\Rule\$keys
$keys
Определения
rule.php:15
bitrix
modules
main
lib
security
w
rules
pregrule.php
Создано системой
1.14.0