Scope::isHasScope

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. Scope
  4. isHasScope
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scope.php
  • Класс: BitrixUiEntityFormScope
  • Вызов: Scope::isHasScope
public function isHasScope(int $scopeId): bool
{
	return in_array($scopeId, $this->getScopesIdByUser());
}

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