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

	return $this;
}