ResultParameters::toArray

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ResultParameters
  4. toArray
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/resultparameters.php
  • Класс: Bitrix\Crm\WebForm\ResultParameters
  • Вызов: ResultParameters::toArray
public function toArray()
{
	return [
		'COMMON_FIELDS' => $this->getCommonFields(),
		'PLACEHOLDERS' => $this->getPlaceholders(),
		'STOP_CALLBACK' => $this->stopCallback,
		'COMMON_DATA' => [
			'VISITED_PAGES' => $this->visitedPages
		],
	];
}

Добавить комментарий