1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
roleentityinterface.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Core\Role;
4
6{
7 public function getFullName(): string;
8
9 public function getId(): ?int;
10
11 public function getType(): string;
12}