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