''); /** Apply filtering to the input and return an output. * * @param $input */ function filter($input) { $header = $this->params['contents']; if ($header) { header($header); } return $input; } } ?>