Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
other.php
1
<?php
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\Access\AccessCode
Definition
accesscode.php:13
Bitrix\Main\UI\AccessRights\Entity\EntityBase
Definition
entitybase.php:13
Bitrix\Main\UI\AccessRights\Entity\Other
Definition
other.php:15
Bitrix\Main\UI\AccessRights\Entity\Other\getName
getName()
Definition
other.php:21
Bitrix\Main\UI\AccessRights\Entity\Other\loadModel
loadModel()
Definition
other.php:36
Bitrix\Main\UI\AccessRights\Entity\Other\getAvatar
getAvatar(int $width=58, int $height=58)
Definition
other.php:31
Bitrix\Main\UI\AccessRights\Entity\Other\getType
getType()
Definition
other.php:16
Bitrix\Main\UI\AccessRights\Entity\Other\getUrl
getUrl()
Definition
other.php:26
Bitrix\Main\UI\AccessRights\Entity
Definition
accessdirector.php:4
modules
main
lib
ui
accessrights
entity
other.php
Создано системой
1.10.0