• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/message/adapter.php
  • Класс: BitrixSenderMessageAdapter
  • Вызов: Adapter::getAudioValue
public function getAudioValue($optionCode, $newValue)
{
	if ($this->message instanceof iAudible)
	{
		return $this->message->getAudioValue($optionCode, $newValue);
	}
	return $newValue;
}