Collection::isEmpty

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Collection
  4. isEmpty
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/Collection.php
  • Класс: Bitrix\Crm\Relation\Collection
  • Вызов: Collection::isEmpty
public function isEmpty(): bool
{
	return ($this->count() === 0);
}

Добавить комментарий