• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/message/adapter.php
  • Класс: Bitrix\Sender\Message\Adapter
  • Вызов: Adapter::loadConfiguration
public function loadConfiguration($id = null)
{
	$this->configuration = $this->message->loadConfiguration($id);
	return $this->configuration;
	/*
	if (!$this->configuration)
	{
		$this->configuration = $this->message->loadConfiguration($id);
	}

	return $this->configuration;
	*/
}