• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Param.php
  • Класс: BitrixImV2MessageParam
  • Вызов: Param::__construct
public function __construct($source = null)
{
	if (!empty($source))
	{
		$this->load($source);
	}
}