コード例 #1
0
ファイル: auth_adapter.php プロジェクト: vazahat/dudex
 public function __construct($remoteId, $type)
 {
     parent::__construct($remoteId, $type);
 }
コード例 #2
0
ファイル: auth_adapter.php プロジェクト: vazahat/dudex
 public function __construct($remoteId)
 {
     parent::__construct($remoteId, 'facebook');
 }