14 && !empty($params[
'attachedIdList'])
15 && is_array($params[
'attachedIdList'])
16 ? $params[
'attachedIdList']
21 empty($params[
'attachedIdList'])
22 || !Loader::includeModule(
'disk')
23 || !method_exists(
'Bitrix\Disk\View\Video',
'isNeededLimitRightsOnTransformTime')
29 foreach($attachedIdList as $attachedId)
31 $attach = AttachedObject::getById($attachedId);
32 $attachFile = $attach->getFile();
33 if ($attachFile && $attachFile->getView()->isNeededLimitRightsOnTransformTime())