• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/criterionregistrar/decorator.php
  • Класс: Bitrix\Crm\Integrity\CriterionRegistrar\Decorator
  • Вызов: Decorator::isNull
public function isNull(): bool
{
	// we suppose that a decorator does something meaningful
	// therefore, a decorated registrar is always not null
	return false;
}