You are here

function cc::http_set_content_type in Constant Contact 7.3

Same name and namespace in other branches
  1. 6.3 class.cc.php \cc::http_set_content_type()
  2. 6.2 class.cc.php \cc::http_set_content_type()

Sets the Content-Type header value used for all HTTP requests

@access private

13 calls to cc::http_set_content_type()
cc::cc in ./class.cc.php
Constructor method.
cc::clear_contacts in ./class.cc.php
Clear all contacts.
cc::create_campaign in ./class.cc.php
Creates a new campaign.
cc::create_contact in ./class.cc.php
Creates a new contact.
cc::create_contacts in ./class.cc.php
Bulk create contacts.

... See full list

File

./class.cc.php, line 1865
Constant Contact PHP Class

Class

cc
@file Constant Contact PHP Class

Code

function http_set_content_type($content_type) {
  $this->http_content_type = $content_type;
}