• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/bitrix24quantityrestriction.php
  • Класс: Bitrix\Crm\Restriction\Bitrix24QuantityRestriction
  • Вызов: Bitrix24QuantityRestriction::__construct
public function __construct($name = '', $limit = 0, array $htmlInfo = null, array $popupInfo = null)
{
	parent::__construct($name, $limit);

	$this->restrictionInfo = new Bitrix24RestrictionInfo($htmlInfo, $popupInfo);
	$this->cache = Application::getInstance()->getCache();
}