public function MostPopularAddThis::MostPopularAddThis in Drupal Most Popular 7
Constructs a new AddThis class.
File
- modules/
mostpopular_addthis/ mostpopular_addthis.classes.inc, line 32 - Provides a connector to the AddThis.com API.
Class
- MostPopularAddThis
- @file Provides a connector to the AddThis.com API.
Code
public function MostPopularAddThis($username, $password, $pubid, $domain) {
$this->username = $username;
$this->password = $password;
$this->pubid = $pubid;
$this->domain = $domain;
}