• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/delayinterval.php
  • Класс: Bitrix\Crm\Automation\Engine\DelayInterval
  • Вызов: DelayInterval::toArray
public function toArray()
{
	return array(
		'type' => $this->getType(),
		'value' => $this->getValue(),
		'valueType' => $this->getValueType(),
		'basis' => $this->getBasis(),
		'workTime' => $this->isWorkTime(),
	);
}