You are here

public function DisqusAPI::__construct in Drupal Most Popular 7

Overrides DisqusResource::__construct

File

modules/mostpopular_disqus/disqusapi/disqusapi.php, line 128

Class

DisqusAPI

Code

public function __construct($key = null, $format = 'json', $version = '3.0') {
  $this->key = $key;
  $this->format = $format;
  $this->version = $version;
  parent::__construct($this);
}