• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/commonsendercomponent.php
  • Класс: Bitrix\Sender\Internals\CommonSenderComponent
  • Вызов: CommonSenderComponent::prepareResultAndTemplate
protected function prepareResultAndTemplate($template = "")
{
	if (!static::prepareResult())
	{
		$this->printErrors();
		exit();
	}

	$this->printErrors();

	if(!is_null($template))
	{
		$this->includeComponentTemplate($template);
		return;
	}
}