• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/audio.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\Audio
  • Вызов: Audio::withValue
public function withValue($value)
{
	if ($value)
	{
		if (intval($value) > 0)
		{
			$this->withFile($value);
		}
		else
		{
			$this->withPreset($value);
		}
	}
	return $this;
}