예제 #1
0
 public static function getGamesAndExpansionsOwned()
 {
     $urlBGG = BGGUrls::getGamesAndExpansionsOwned();
     return BGGData::manageSingleMultiple(self::getBGGUrl($urlBGG, 'curl', ['cookie' => 'bggusername='******'parameters']['general']['username'] . '; bggpassword='******'parameters']['login']['password']]));
 }