You are here

public function HttpResponseHeadersRule::__construct in HTTP Response Headers 7

Constructs new HttpResponseHeadersRule object.

File

includes/http_response_headers.rule.inc, line 81
Class definitions for the HTTP response headers rule.

Class

HttpResponseHeadersRule
Defines HttpResponseHeadersRule

Code

public function __construct() {

  // Initialise defaults.
  $this->visibility = HTTP_RESPONSE_HEADERS_VISIBILITY_NOTLISTED;
}