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