protected function fb_social_like::__construct in Facebook social plugins integration 7.2
Same name and namespace in other branches
- 6.2 plugins/boxes/fb_social_like.inc \fb_social_like::__construct()
Create a new box.
Overrides boxes_box::__construct
File
- plugins/
boxes/ fb_social_like.inc, line 12 - fb_social_like.inc
Class
Code
protected function __construct() {
parent::__construct();
$this->fb_plugin_name = 'like';
}