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