Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Disk

Открытые статические члены

static sanitizeContent (string $content, ?string $oldContent=null, bool &$replaced=false)
 
static getFileInfo (int $objectId, bool $checkRights=true, bool $copyInLocalStorage=false)
 

Открытые атрибуты

const FILE_PREFIX_HREF = '#diskFile'
 
const FILE_MASK_HREF = '(file:)?#diskFile([\d]+)'
 

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

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

Методы

◆ getFileInfo()

static getFileInfo ( int $objectId,
bool $checkRights = true,
bool $copyInLocalStorage = false )
static

Returns file's info by Disk's file id.

Аргументы
int$objectIdDisk's object if (file id).
bool$checkRightsTrue for checking permissions within Disk.
bool$copyInLocalStorageIf file in external folder then copies file in local user storage.
Возвращает
array|null

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

◆ sanitizeContent()

static sanitizeContent ( string $content,
?string $oldContent = null,
bool & $replaced = false )
static

Check disk's files within content for read access. If not, remove file's marks.

Аргументы
string$contentContent.
string | null$oldContentOld content (if exists, found old files will not be replaced).
bool&$replacedTrue if was replaced.
Возвращает
string

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

Данные класса

◆ FILE_MASK_HREF

const FILE_MASK_HREF = '(file:)?#diskFile([\d]+)'

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

◆ FILE_PREFIX_HREF

const FILE_PREFIX_HREF = '#diskFile'

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