Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ProxyDiskType
+ Граф наследования:ProxyDiskType:

Открытые члены

 getSecurityContextByUser ($user)
 
 getStorageBaseUrl ()
 
 getEntityImageSrc ($width, $height)
 
 canAttachToExternalEntity ()
 
 canIndexBySearch ()
 

Подробное описание

См. определение в файле proxydisktype.php строка 15

Методы

◆ canAttachToExternalEntity()

canAttachToExternalEntity ( )

Potential opportunity to attach object to external entity

Возвращает
bool

См. определение в файле proxydisktype.php строка 57

◆ canIndexBySearch()

canIndexBySearch ( )

Tells if objects is allowed to index by module "Search".

Возвращает
bool

См. определение в файле proxydisktype.php строка 66

◆ getEntityImageSrc()

getEntityImageSrc ( $width,
$height )

Get image (avatar) of entity. Can be shown with entityTitle in different lists.

Аргументы
int$widthImage width.
int$heightImage height.
Возвращает
string

См. определение в файле proxydisktype.php строка 48

◆ getSecurityContextByUser()

getSecurityContextByUser ( $user)

Gets security context (access provider) for user. Attention! File/Folder can use anywhere and SecurityContext have to check rights anywhere (any module).

Аргументы
mixed$userUser which use for check rights.
Возвращает
SecurityContext

См. определение в файле proxydisktype.php строка 25

◆ getStorageBaseUrl()

getStorageBaseUrl ( )

Gets url which use for building url to listing folders, trashcan, etc.

Возвращает
string

См. определение в файле proxydisktype.php строка 34