• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/delayinterval.php
  • Класс: Bitrix\Crm\Automation\Engine\DelayInterval
  • Вызов: DelayInterval::setType
public function setType($type)
{
	$type = (string)$type;
	if ($type === static::TYPE_BEFORE || $type === static::TYPE_AFTER || $type === static::TYPE_IN)
		$this->type = $type;

	return $this;
}