Scope::removeById

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. Scope
  4. removeById
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scope.php
  • Класс: BitrixUiEntityFormScope
  • Вызов: Scope::removeById
private function removeById(int $id): DeleteResult
{
	$this->removeScopeMembers($id);
	return EntityFormConfigTable::delete($id);
}

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