• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/quantityrestriction.php
  • Класс: Bitrix\Crm\Restriction\QuantityRestriction
  • Вызов: QuantityRestriction::internalize
public function internalize(array $params)
{
	$this->quantityLimit = isset($params['quantityLimit']) ? (int)$params['quantityLimit'] : 0;
}