• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_quote.php
  • Класс: \CAllCrmQuote
  • Вызов: CAllCrmQuote::getCommentsAdapter
static function getCommentsAdapter(): Crm\Entity\Compatibility\Adapter\Comments
{
	if (!self::$commentsAdapter)
	{
		self::$commentsAdapter = new Crm\Entity\Compatibility\Adapter\Comments(\CCrmOwnerType::Quote);
	}

	return self::$commentsAdapter;
}