• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/helpers/admin/orderedit.php
  • Класс: BitrixSaleHelpersAdminOrderEdit
  • Вызов: OrderEdit::makeSelectHtmlWithRestricted
static function makeSelectHtmlWithRestricted($name, array $data, $selected = "", $showNotUse = true, $attributes = array())
{
	if(!is_array($data))
		throw new ArgumentTypeException("data", "array");

	if(!is_array($attributes))
		throw new ArgumentTypeException("attributies", "array");

	$result = '';

	return $result;
}