think\response\Redirect::output PHP 메소드

output() 보호된 메소드

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