• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/dispatch/state.php
  • Класс: BitrixSenderDispatchState
  • Вызов: State::canChangeState
private function canChangeState($state)
{
	if (!$this->letter->getId())
	{
		return false;
	}

	return $this->isPossibleState($state);
}