1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
other.php
См. документацию.
1
<?php
8
9
namespace
Bitrix\Main\UI\AccessRights\Entity;
10
11
12
use Bitrix\Main\Access\AccessCode;
13
14
class
Other
extends
EntityBase
15
{
16
public
function
getType
(): string
17
{
18
return
AccessCode::TYPE_OTHER;
19
}
20
21
public
function
getName
(): string
22
{
23
return
''
;
24
}
25
26
public
function
getUrl
(): string
27
{
28
return
''
;
29
}
30
31
public
function
getAvatar
(
int
$width
= 58,
int
$height = 58): ?string
32
{
33
return
''
;
34
}
35
36
protected
function
loadModel
()
37
{
38
return
null
;
39
}
40
}
Bitrix\Main\UI\AccessRights\Entity\EntityBase
Определения
entitybase.php:13
Bitrix\Main\UI\AccessRights\Entity\Other
Определения
other.php:15
Bitrix\Main\UI\AccessRights\Entity\Other\getName
getName()
Определения
other.php:21
Bitrix\Main\UI\AccessRights\Entity\Other\loadModel
loadModel()
Определения
other.php:36
Bitrix\Main\UI\AccessRights\Entity\Other\getAvatar
getAvatar(int $width=58, int $height=58)
Определения
other.php:31
Bitrix\Main\UI\AccessRights\Entity\Other\getType
getType()
Определения
other.php:16
Bitrix\Main\UI\AccessRights\Entity\Other\getUrl
getUrl()
Определения
other.php:26
$width
$width
Определения
html.php:68
bitrix
modules
main
lib
ui
accessrights
entity
other.php
Создано системой
1.14.0