• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/crm/fields/emulator.php
  • Класс: BitrixTasksIntegrationCRMFieldsEmulator
  • Вызов: Emulator::getHtml
public function getHtml(): string
{
	$class = $this->data->getClass();
	$type = $this->data->getType();
	$name = $this->data->getName();
	$value = $this->data->getValue();

	if (!empty($value))
	{
		return "";
	}

	return '';
}