• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/crm/reader.php
  • Класс: BitrixImOpenLinesCrmReader
  • Вызов: Reader::__construct
public function __construct()
{
	$this->errorCollection = new ErrorCollection();
	if (!Loader::includeModule('crm'))
	{
		$this->errorCollection->setError(new Error('CRM module is not installed', self::ERROR_NO_CRM));
	}
}