• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/delayinterval.php
  • Класс: BitrixBizprocAutomationEngineDelayInterval
  • Вызов: DelayInterval::toArray
public function toArray()
{
	return [
		'type' => $this->getType(),
		'value' => $this->getValue(),
		'valueType' => $this->getValueType(),
		'basis' => $this->getBasis(),
		'workTime' => $this->isWorkTime(),
		'waitWorkDay' => $this->isWaitWorkDay(),
		'inTime' => $this->getInTime(),
	];
}