• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/quantityrestriction.php
  • Класс: Bitrix\Crm\Restriction\QuantityRestriction
  • Вызов: QuantityRestriction::setQuantityLimit
public function setQuantityLimit($limit)
{
	if(!is_int($limit))
	{
		$limit = (int)$limit;
	}

	$this->quantityLimit = $limit;
}