• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/entitycounter.php
  • Класс: Bitrix\Crm\Counter\EntityCounter
  • Вызов: EntityCounter::getBoolExtraParam
public function getBoolExtraParam(string $name, bool $default = false): bool
{
	return isset($this->extras[$name]) ? (bool)$this->extras[$name] : $default;
}