status(404); * * // Get the current status * $status = $response->status(); * * @param integer $code Status to set to this response * @return mixed */ public function status($code = NULL); }