• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/extra_services/base.php
  • Класс: BitrixSaleDeliveryExtraServicesBase
  • Вызов: Base::getEditControl
public function getEditControl($prefix = '', $value = false)
{
	if($prefix <> '')
		$name = $prefix;
	else
		$name = $this->id;

	if(!$value)
		$value = $this->value;

	return InputManager::getEditHtml($name, $this->params, $value);
}