Sets if this request is an Ajax request.
bool $is_ajax: TRUE if this request is an Ajax request, FALSE otherwise.
public static function setIsAjax($is_ajax) { static::$isAjax = $is_ajax; }