Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
accessdirector.php
1<?php
2
3
5
6
9
11{
12 public function getType(): string
13 {
14 return AccessCode::TYPE_GROUP;
15 }
16
17 public function getName(): string
18 {
19 return Loc::getMessage('MAIN_UI_SELECTOR_ACCESSRIGHT_DIRECTOR');
20 }
21
22 public function getUrl(): string
23 {
24 return '';
25 }
26
27 public function getAvatar(int $width = 58, int $height = 58): ?string
28 {
29 return '';
30 }
31
32 protected function loadModel()
33 {
34 return null;
35 }
36}
static getMessage($code, $replace=null, $language=null)
Definition loc.php:29