You are here

protected function fb_social_recommendations::__construct in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/boxes/fb_social_recommendations.inc \fb_social_recommendations::__construct()

Create a new box.

Overrides boxes_box::__construct

File

plugins/boxes/fb_social_recommendations.inc, line 13
fb_social_recommendations.inc

Class

fb_social_recommendations
@file fb_social_recommendations.inc

Code

protected function __construct() {
  parent::__construct();
  $this->fb_plugin_name = 'recommendations';
}