You are here

function cc::set_api_key in Constant Contact 7.3

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

This sets the API key to the given string You do not need to use this method unless your bundling the code into your own application If your application will be used by multiple users please create your own API key and call this

@access public

File

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

Class

cc
@file Constant Contact PHP Class

Code

function set_api_key($api_key) {
  $this->api_key = $api_key;
}