think\response\Redirect::output PHP Method

output() protected method

处理数据
protected output ( mixed $data ) : mixed
$data mixed 要处理的数据
return mixed
    protected function output($data)
    {
        $this->header['Location'] = $this->getTargetUrl();
        return;
    }