• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/replicator/template/parameter.php
  • Класс: BitrixTasksReplicatorTemplateParameter
  • Вызов: Parameter::get
public function get(string $fieldName)
{
	$data = $this->getData();
	return $data[$fieldName] ?? null;
}