function __construct($plugin_id)
 {
     parent::__construct($plugin_id);
     $this->file = PWG_LOCAL_DIR . 'config/hybridauth.inc.php';
 }
예제 #2
0
 function __construct($plugin_id)
 {
     parent::__construct($plugin_id);
 }
예제 #3
0
 function __construct($id)
 {
     global $prefixeTable;
     parent::__construct($id);
     $this->table = $prefixeTable . 'guestbook';
 }