• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/robot.php
  • Класс: Bitrix\Crm\Automation\Engine\Robot
  • Вызов: Robot::getProperty
public function getProperty($name)
{
	$name = (string)$name;
	$properties = $this->getProperties();
	return array_key_exists($name, $properties) ? $properties[$name] : null;
}