Mise à jour des librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -30,10 +30,16 @@ class Google_Service_GamesManagement_AchievementResetAllResponse extends Google_
{
return $this->kind;
}
/**
* @param Google_Service_GamesManagement_AchievementResetResponse
*/
public function setResults($results)
{
$this->results = $results;
}
/**
* @return Google_Service_GamesManagement_AchievementResetResponse
*/
public function getResults()
{
return $this->results;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -32,10 +32,16 @@ class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends G
{
return $this->currentExperiencePoints;
}
/**
* @param Google_Service_GamesManagement_GamesPlayerLevelResource
*/
public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel)
{
$this->currentLevel = $currentLevel;
}
/**
* @return Google_Service_GamesManagement_GamesPlayerLevelResource
*/
public function getCurrentLevel()
{
return $this->currentLevel;
@@ -48,10 +54,16 @@ class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends G
{
return $this->lastLevelUpTimestampMillis;
}
/**
* @param Google_Service_GamesManagement_GamesPlayerLevelResource
*/
public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel)
{
$this->nextLevel = $nextLevel;
}
/**
* @return Google_Service_GamesManagement_GamesPlayerLevelResource
*/
public function getNextLevel()
{
return $this->nextLevel;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -38,10 +38,16 @@ class Google_Service_GamesManagement_HiddenPlayer extends Google_Model
{
return $this->kind;
}
/**
* @param Google_Service_GamesManagement_Player
*/
public function setPlayer(Google_Service_GamesManagement_Player $player)
{
$this->player = $player;
}
/**
* @return Google_Service_GamesManagement_Player
*/
public function getPlayer()
{
return $this->player;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -23,10 +23,16 @@ class Google_Service_GamesManagement_HiddenPlayerList extends Google_Collection
public $kind;
public $nextPageToken;
/**
* @param Google_Service_GamesManagement_HiddenPlayer
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_GamesManagement_HiddenPlayer
*/
public function getItems()
{
return $this->items;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -66,10 +66,16 @@ class Google_Service_GamesManagement_Player extends Google_Model
{
return $this->displayName;
}
/**
* @param Google_Service_GamesManagement_GamesPlayerExperienceInfoResource
*/
public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo)
{
$this->experienceInfo = $experienceInfo;
}
/**
* @return Google_Service_GamesManagement_GamesPlayerExperienceInfoResource
*/
public function getExperienceInfo()
{
return $this->experienceInfo;
@@ -82,18 +88,30 @@ class Google_Service_GamesManagement_Player extends Google_Model
{
return $this->kind;
}
/**
* @param Google_Service_GamesManagement_GamesPlayedResource
*/
public function setLastPlayedWith(Google_Service_GamesManagement_GamesPlayedResource $lastPlayedWith)
{
$this->lastPlayedWith = $lastPlayedWith;
}
/**
* @return Google_Service_GamesManagement_GamesPlayedResource
*/
public function getLastPlayedWith()
{
return $this->lastPlayedWith;
}
/**
* @param Google_Service_GamesManagement_PlayerName
*/
public function setName(Google_Service_GamesManagement_PlayerName $name)
{
$this->name = $name;
}
/**
* @return Google_Service_GamesManagement_PlayerName
*/
public function getName()
{
return $this->name;
@@ -114,10 +132,16 @@ class Google_Service_GamesManagement_Player extends Google_Model
{
return $this->playerId;
}
/**
* @param Google_Service_GamesManagement_ProfileSettings
*/
public function setProfileSettings(Google_Service_GamesManagement_ProfileSettings $profileSettings)
{
$this->profileSettings = $profileSettings;
}
/**
* @return Google_Service_GamesManagement_ProfileSettings
*/
public function getProfileSettings()
{
return $this->profileSettings;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -30,10 +30,16 @@ class Google_Service_GamesManagement_PlayerScoreResetAllResponse extends Google_
{
return $this->kind;
}
/**
* @param Google_Service_GamesManagement_PlayerScoreResetResponse
*/
public function setResults($results)
{
$this->results = $results;
}
/**
* @return Google_Service_GamesManagement_PlayerScoreResetResponse
*/
public function getResults()
{
return $this->results;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of