• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/item.php
  • Класс: Bitrix\Crm\Controller\Item
  • Вызов: Item::prepareFilter
public function prepareFilter(Service\Factory $factory, array $filter): array
{
	if($this->getScope() === static::SCOPE_REST)
	{
		$this->prepareDateTimeFieldsForFilter($filter, $factory->getFieldsCollection());
	}

	return $this->removeDotsFromKeys($filter);
}