public function SocialGoogleFormatter::__construct in Open Social 7
File
- includes/
social_comments.google.inc, line 13 - Google class
Class
- SocialGoogleFormatter
- @file Google class
Code
public function __construct() {
$this->api_key = variable_get('social_comments_google_api_key');
$this->expire = variable_get('social_comments_google_cache', 600);
}