• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/ivr/action.php
  • Класс: BitrixVoximplantIvrAction
  • Вызов: Action::toArray
public function toArray()
{
	return array(
		'ID' => $this->id,
		'ITEM_ID' => $this->itemId,
		'ACTION' => $this->action,
		'DIGIT' => $this->digit,
		'PARAMETERS' => $this->parameters,
		'LEAD_FIELDS' => $this->leadFields
	);
}