• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scopeaccess.php
  • Класс: BitrixUiEntityFormScopeAccess
  • Вызов: ScopeAccess::__construct
public function __construct(string $moduleId = null, int $userId = null)
{
	if($userId === null)
	{
		$userId = $this->getDefaultUserId();
	}

	$this->userId = $userId;
	$this->moduleId = $moduleId;
}