Mise à jour des librairies vendor
This commit is contained in:
@@ -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
|
||||
@@ -34,10 +34,16 @@ class Google_Service_Plus_Comment extends Google_Collection
|
||||
public $updated;
|
||||
public $verb;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentActor
|
||||
*/
|
||||
public function setActor(Google_Service_Plus_CommentActor $actor)
|
||||
{
|
||||
$this->actor = $actor;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentActor
|
||||
*/
|
||||
public function getActor()
|
||||
{
|
||||
return $this->actor;
|
||||
@@ -58,10 +64,16 @@ class Google_Service_Plus_Comment extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentInReplyTo
|
||||
*/
|
||||
public function setInReplyTo($inReplyTo)
|
||||
{
|
||||
$this->inReplyTo = $inReplyTo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentInReplyTo
|
||||
*/
|
||||
public function getInReplyTo()
|
||||
{
|
||||
return $this->inReplyTo;
|
||||
@@ -74,18 +86,30 @@ class Google_Service_Plus_Comment extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentObject
|
||||
*/
|
||||
public function setObject(Google_Service_Plus_CommentObject $object)
|
||||
{
|
||||
$this->object = $object;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentObject
|
||||
*/
|
||||
public function getObject()
|
||||
{
|
||||
return $this->object;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Plus_CommentPlusoners
|
||||
*/
|
||||
public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners)
|
||||
{
|
||||
$this->plusoners = $plusoners;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Plus_CommentPlusoners
|
||||
*/
|
||||
public function getPlusoners()
|
||||
{
|
||||
return $this->plusoners;
|
||||
|
||||
Reference in New Issue
Block a user