1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
enablepostfilters.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Main\Engine\ActionFilter\Attribute\Rule;
6
7use Attribute;
8use Bitrix\Main\Engine\ActionFilter\Attribute\FilterAttributeInterface;
9use Bitrix\Main\Engine\ActionFilter\FilterType;
10
11#[Attribute(Attribute::TARGET_METHOD)]
13{
14 public function __construct(
15 private readonly array $enablePostfilters,
16 )
17 {
18 }
19
20 public function getFilters(): array
21 {
22 return $this->enablePostfilters;
23 }
24
25 public function getType(): FilterType
26 {
27 return FilterType::EnablePostfilter;
28 }
29}
__construct(private readonly array $enablePostfilters,)
Определения enablepostfilters.php:14
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804