ScopeAccess::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. ScopeAccess
  4. __construct
  • Модуль: 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;
}

Добавить комментарий