• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scopeaccess.php
  • Класс: BitrixUiEntityFormScopeAccess
  • Вызов: ScopeAccess::canUpdate
public function canUpdate(int $scopeId): bool
{
	return $this->canAdd();
}