• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/letter.php
  • Класс: BitrixSenderEntityLetter
  • Вызов: Letter::getDuration
public function getDuration()
{
	if ($this->duration)
	{
		return $this->duration;
	}

	$this->duration = new DispatchDuration($this);

	return $this->duration;
}