...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/entity/lead.php
- Класс: Bitrix\Crm\Entity\Lead
- Вызов: Lead::getInstance
static function getInstance() { if(self::$instance === null) { self::$instance = new Lead(); } return self::$instance; }