• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/extra_services/enum.php
  • Класс: BitrixSaleDeliveryExtraServicesEnum
  • Вызов: Enum::__construct
public function __construct($id, array $structure, $currency, $value = null, array $additionalParams = array())
{
	$prices = !empty($structure["PARAMS"]["PRICES"]) && is_array($structure["PARAMS"]["PRICES"]) ? $structure["PARAMS"]["PRICES"] : array();
	$structure["PARAMS"]["ONCHANGE"] = $this->createJSOnchange($id, $prices);
	parent::__construct($id, $structure, $currency,  $value);
	$this->params["TYPE"] = "ENUM";
	$this->params["OPTIONS"] = array();
}