- Модуль: 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);
}