• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/template.php
  • Класс: BitrixBizprocAutomationEngineTemplate
  • Вызов: Template::setExecuteType
public function setExecuteType($autoExecuteType)
{
	if (CBPDocumentEventType::Out($autoExecuteType) === '')
	{
		throw new ArgumentException('Incorrect DocumentEventType');
	}

	$this->autoExecuteType = $autoExecuteType;
}