1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
rulefactory.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Access\Rule;
4
5use Bitrix\Main\Access\AccessibleController;
6
7interface RuleFactory
8{
9 public function createFromAction(string $actionName, AccessibleController $controller): ?RuleInterface;
10}
createFromAction(string $actionName, AccessibleController $controller)