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

	if (!static::prepareResult())
	{
		$this->printErrors();
		return false;
	}

	return true;
}