• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/querycontroller/action.php
  • Класс: Bitrix\Sender\Internals\QueryController\Action
  • Вызов: Action::run
public function run(HttpRequest $request, Response $response)
{
	if (!$this->handler)
	{
		return;
	}

	static::call($this->handler, array($request, $response));
}