• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entity/entitybase.php
  • Класс: Bitrix\Crm\Entity\EntityBase
  • Вызов: EntityBase::getCount
public function getCount(array $params);
abstract public function delete($entityID, array $options = array());
public function cleanup($entityID)
{
	throw new Main\NotImplementedException('Method cleanup must be overridden');
}