• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/integration/controller/base.php
  • Класс: BitrixRestIntegrationControllerBase
  • Вызов: Base::count
protected function count($filter)
{
	return function() use ($filter)
	{
		$entityTable = $this->getEntityTable();
		return $entityTable::getCount([$filter]);
	};
}