示例#1
0
 public function __construct($remoteId, $type)
 {
     parent::__construct($remoteId, $type);
 }
示例#2
0
 public function __construct($remoteId)
 {
     parent::__construct($remoteId, 'facebook');
 }