• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/web/http/request.php
  • Класс: BitrixMainWebHttpRequest
  • Вызов: Request::withRequestTarget
public function withRequestTarget(string $requestTarget): RequestInterface
{
	$new = clone $this;
	$new->requestTarget = $requestTarget;

	return $new;
}