• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/robot.php
  • Класс: BitrixBizprocAutomationEngineRobot
  • Вызов: Robot::setProperty
public function setProperty(string $name, $value)
{
	$properties = $this->getProperties();
	$properties[$name] = $value;
	return $this->setProperties($properties);
}