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
@@ -29,18 +29,30 @@ class Google_Service_Urlshortener_AnalyticsSnapshot extends Google_Collection
protected $referrersDataType = 'array';
public $shortUrlClicks;
/**
* @param Google_Service_Urlshortener_StringCount
*/
public function setBrowsers($browsers)
{
$this->browsers = $browsers;
}
/**
* @return Google_Service_Urlshortener_StringCount
*/
public function getBrowsers()
{
return $this->browsers;
}
/**
* @param Google_Service_Urlshortener_StringCount
*/
public function setCountries($countries)
{
$this->countries = $countries;
}
/**
* @return Google_Service_Urlshortener_StringCount
*/
public function getCountries()
{
return $this->countries;
@@ -53,18 +65,30 @@ class Google_Service_Urlshortener_AnalyticsSnapshot extends Google_Collection
{
return $this->longUrlClicks;
}
/**
* @param Google_Service_Urlshortener_StringCount
*/
public function setPlatforms($platforms)
{
$this->platforms = $platforms;
}
/**
* @return Google_Service_Urlshortener_StringCount
*/
public function getPlatforms()
{
return $this->platforms;
}
/**
* @param Google_Service_Urlshortener_StringCount
*/
public function setReferrers($referrers)
{
$this->referrers = $referrers;
}
/**
* @return Google_Service_Urlshortener_StringCount
*/
public function getReferrers()
{
return $this->referrers;

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
@@ -28,42 +28,72 @@ class Google_Service_Urlshortener_AnalyticsSummary extends Google_Model
protected $weekType = 'Google_Service_Urlshortener_AnalyticsSnapshot';
protected $weekDataType = '';
/**
* @param Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function setAllTime(Google_Service_Urlshortener_AnalyticsSnapshot $allTime)
{
$this->allTime = $allTime;
}
/**
* @return Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function getAllTime()
{
return $this->allTime;
}
/**
* @param Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function setDay(Google_Service_Urlshortener_AnalyticsSnapshot $day)
{
$this->day = $day;
}
/**
* @return Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function getDay()
{
return $this->day;
}
/**
* @param Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function setMonth(Google_Service_Urlshortener_AnalyticsSnapshot $month)
{
$this->month = $month;
}
/**
* @return Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function getMonth()
{
return $this->month;
}
/**
* @param Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function setTwoHours(Google_Service_Urlshortener_AnalyticsSnapshot $twoHours)
{
$this->twoHours = $twoHours;
}
/**
* @return Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function getTwoHours()
{
return $this->twoHours;
}
/**
* @param Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function setWeek(Google_Service_Urlshortener_AnalyticsSnapshot $week)
{
$this->week = $week;
}
/**
* @return Google_Service_Urlshortener_AnalyticsSnapshot
*/
public function getWeek()
{
return $this->week;

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
@@ -25,10 +25,16 @@ class Google_Service_Urlshortener_Url extends Google_Model
public $longUrl;
public $status;
/**
* @param Google_Service_Urlshortener_AnalyticsSummary
*/
public function setAnalytics(Google_Service_Urlshortener_AnalyticsSummary $analytics)
{
$this->analytics = $analytics;
}
/**
* @return Google_Service_Urlshortener_AnalyticsSummary
*/
public function getAnalytics()
{
return $this->analytics;

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
@@ -25,10 +25,16 @@ class Google_Service_Urlshortener_UrlHistory extends Google_Collection
public $nextPageToken;
public $totalItems;
/**
* @param Google_Service_Urlshortener_Url
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Urlshortener_Url
*/
public function getItems()
{
return $this->items;