• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/transcript.php
  • Класс: BitrixVoximplantTranscript
  • Вызов: Transcript::toArray
public function toArray()
{
	return array(
		'ID' => $this->id,
		'URL' => $this->url,
		'CONTENT' => $this->content,
		'CALL_ID' => $this->callId,
		'SESSION_ID' => $this->sessionId,
		'COST' => $this->cost,
		'COST_CURRENCY' => $this->costCurrency,
	);
}