• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recycling/dynamicbindermanager.php
  • Класс: Bitrix\Crm\Recycling\DynamicBinderManager
  • Вызов: DynamicBinderManager::checkConfigure
protected function checkConfigure(): void
{
	if ($this->getEntityId() === null || $this->getAssociatedEntityTypeId() === null)
	{
		throw new DynamicBinderManagerException('Need use configure() method before');
	}
}