ComponentController::getWidgets

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ComponentController
  4. getWidgets
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/sitebutton/channelmanager.php
  • Класс: Bitrix\Crm\SiteButton\ChannelManager
  • Вызов: ChannelManager::getWidgets
static function getWidgets($type, $id, $removeCopyright = true, $lang = null, array $config = array())
{
	$channel = self::getByType($type);
	if (!$channel)
	{
		return array();
	}

	return $channel::getWidgets($id, $removeCopyright, $lang, $config);
}

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