Scope::getScopeById

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. Scope
  4. getScopeById
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scope.php
  • Класс: BitrixUiEntityFormScope
  • Вызов: Scope::getScopeById
public function getScopeById(int $scopeId): ?array
{
	if ($row = EntityFormConfigTable::getRowById($scopeId))
	{
		return (is_array($row['CONFIG']) ? $row['CONFIG'] : null);
	}
	return null;
}

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