• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/ParamArray.php
  • Класс: BitrixImV2MessageParamArray
  • Вызов: ParamArray::getDefaultValue
public function getDefaultValue(): array
{
	$value = [];
	$type = Params::getType($this->name);
	if (isset($type['default']))
	{
		$value = $type['default'];
	}

	return $value;
}