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

	$this->state = new DispatchState($this);

	return $this->state;
}