function http_response_headers_rule_create in HTTP Response Headers 7
Creates new object.
Chaos tools export create callback for the http_response_headers table.
Parameters
bool $set_defaults: A boolean passed in from Chaos tools, TRUE by default.
Return value
Object A HttpResponseHeaders object.
1 string reference to 'http_response_headers_rule_create'
- http_response_headers_schema in ./
http_response_headers.install - Implements hook_schema().
File
- ./
http_response_headers.module, line 127 - Contains HTTP response headers.
Code
function http_response_headers_rule_create($set_defaults = TRUE) {
return new HttpResponseHeadersRule();
}