You are here

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

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

Create a new box.

Overrides boxes_box::__construct

File

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

Class

fb_social_facepile
@file fb_social_facepile.inc

Code

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