You are here

function cc::get_service_description in Constant Contact 7.3

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

This gets the service description file from CC

@access public

File

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

Class

cc
@file Constant Contact PHP Class

Code

function get_service_description() {
  return $this
    ->load_url();
}