• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/validator.php
  • Класс: BitrixBizprocValidator
  • Вызов: Validator::setDefault
public function setDefault(string $name, $value): self
{
	if (!isset($this->dirtyValues[$name]) && !isset($this->pureValues[$name]))
	{
		$this->pureValues[$name] = $value;
	}

	return $this;
}