- Модуль: disk
- Путь к файлу: ~/bitrix/modules/disk/lib/objectlock.php
- Класс: BitrixDiskObjectLock
- Вызов: ObjectLock::getMapAttributes
static function getMapAttributes()
{
return array(
'ID' => 'id',
'TOKEN' => 'token',
'OBJECT_ID' => 'objectId',
'OBJECT' => 'object',
'CREATED_BY' => 'createdBy',
'CREATE_TIME' => 'createTime',
'EXPIRY_TIME' => 'expiryTime',
'TYPE' => 'type',
'IS_EXCLUSIVE' => 'isExclusive',
);
}