• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/extra_service/baseextraservice.php
  • Класс: BitrixSalePaySystemExtraServiceBaseExtraService
  • Вызов: BaseExtraService::getEditControl
public function getEditControl($name)
{
	$value = ($this->getValue() !== '') ? $this->getValue() : $this->getDefaultValue();

	return InputManager::getEditHtml($name, $this->fields['PARAMS'], $value);
}