Manager::isAllowedExpose

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Manager
  4. isAllowedExpose
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recurring/manager.php
  • Класс: Bitrix\Crm\Recurring\Manager
  • Вызов: Manager::isAllowedExpose
static function isAllowedExpose($typeEntity)
{
	$result = Command::execute($typeEntity, __FUNCTION__);
	if ($result instanceof Result)
	{
		return $result->isSuccess();
	}

	return $result;
}

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