• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/delayinterval.php
  • Класс: BitrixBizprocAutomationEngineDelayInterval
  • Вызов: DelayInterval::setValueType
public function setValueType($valueType)
{
	if ($valueType === 'i' || $valueType === 'h' || $valueType === 'd')
	{
		$this->valueType = $valueType;
	}

	return $this;
}