MessageIm::setConfigurationOptions

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. MessageIm
  4. setConfigurationOptions
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/im/messageim.php
  • Класс: Bitrix\Sender\Integration\Im\MessageIm
  • Вызов: MessageIm::setConfigurationOptions
protected function setConfigurationOptions()
{
	$this->configuration->setArrayOptions(array(
		array(
			'type' => 'text',
			'code' => 'MESSAGE_TEXT',
			'name' => Loc::getMessage('SENDER_INTEGRATION_IM_MESSAGE_CONFIG_MESSAGE_TEXT'),
			'required' => true,
		),
	));

	TimeLimiter::prepareMessageConfiguration($this->configuration);
}

Добавить комментарий