/** * Is the response a redirect? * * @return bool * * @api */ public function isRedirection() { return parent::isRedirection(); }