1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
categorytrait.php
См. документацию.
1<?php
2
4
9
11{
12 /* @var AccessibleController $controller */
13 protected $controller;
14
15 private function checkCategoryByEvent(
16 EventModel $eventModel,
18 ): bool
19 {
20 if (!($categoryId = $eventModel->getEventCategoryId()))
21 {
22 return true;
23 }
24
26 userId: $this->controller->getUser()->getUserId(),
27 action: $action,
28 itemId: $categoryId,
29 );
30 }
31}
static can($userId, string $action, $itemId=null, $params=null)
$action
Определения file_dialog.php:21