location = $location; } /** * Uses the passed in $writer to set the proper location header. * * @param ezcMvcResponseWriter $writer */ public function process( ezcMvcResponseWriter $writer ) { if ( $writer instanceof ezcMvcHttpResponseWriter ) { $writer->headers['Location'] = $this->location; } } } ?>