• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Storage/ActivityStorage.php
  • Класс: BitrixBizprocStorageActivityStorage
  • Вызов: ActivityStorage::getValue
public function getValue(string $key)
{
	$row = $this->getAll()[$key] ?? null;

	return $row ? $row['value'] : null;
}