• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/sitebutton/channelmanager.php
  • Класс: Bitrix\Crm\SiteButton\ChannelManager
  • Вызов: ChannelManager::canUse
static function canUse($type)
{
	$channel = self::getByType($type);
	if (!$channel)
	{
		return false;
	}

	return $channel::canUse();
}