function cc::set_api_key in Constant Contact 6.3
Same name and namespace in other branches
- 7.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 301
Class
- cc
- @file
Code
function set_api_key($api_key) {
$this->api_key = $api_key;
}