1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
RelationStrategy.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Relation\Strategy;
4
5use Bitrix\Calendar\Core\Event\Event;
6use Bitrix\Calendar\Relation\Item\Relation;
7use Bitrix\Calendar\Relation\Exception\RelationException;
8
9abstract class RelationStrategy
10{
11 public function __construct(protected int $userId, protected Event $event)
12 {}
13
17 abstract public function getRelation(): Relation;
18}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(protected int $userId, protected Event $event)
Определения RelationStrategy.php:11
$event
Определения prolog_after.php:141