...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/security/disksecuritycontext.php
- Класс: Bitrix\Crm\Security\DiskSecurityContext
- Вызов: DiskSecurityContext::setOptions
public function setOptions(array $options): self { if (isset($options['entityTypeId'])) { $this->entityTypeId = (int)$options['entityTypeId']; } if (isset($options['entityId'])) { $this->entityId = (int)$options['entityId']; } if (isset($options['categoryId'])) { $this->categoryId = (int)$options['categoryId']; } return $this; }