1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
mail.php
См. документацию.
1<?php
2
4
6use Bitrix\Disk;
7
8if (!Main\Loader::includeModule('disk'))
9{
10 return false;
11}
12
13class Mail extends Disk\ProxyType\Base
14{
15
21 {
22 return new \Bitrix\Mail\Disk\Security\MailSecurityContext($user);
23 }
24
28 public function getStorageBaseUrl()
29 {
30 return '/';
31 }
32
36 public function getEntityUrl()
37 {
38 return '/';
39 }
40
44 public function getEntityTitle()
45 {
46 return 'mail';
47 }
48
52 public function getEntityImageSrc($width, $height)
53 {
54 return '/bitrix/images/mail/mail.gif';
55 }
56
60 public function getTitle()
61 {
62 return $this->getEntityTitle();
63 }
64
65}
getEntityImageSrc($width, $height)
Определения mail.php:52
getStorageBaseUrl()
Определения mail.php:28
getSecurityContextByUser($user)
Определения mail.php:20
getEntityTitle()
Определения mail.php:44
getEntityUrl()
Определения mail.php:36
static includeModule($moduleName)
Определения loader.php:67
Определения address.php:8
$user
Определения mysql_to_pgsql.php:33
$width
Определения html.php:68