/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
Gmail
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AutoForwarding.php
1218
0644
edit
dl
rm
BatchDeleteMessagesRequest.php
855
0644
edit
dl
rm
BatchModifyMessagesRequest.php
1269
0644
edit
dl
rm
Delegate.php
1105
0644
edit
dl
rm
Draft.php
1159
0644
edit
dl
rm
Filter.php
1582
0644
edit
dl
rm
FilterAction.php
1283
0644
edit
dl
rm
FilterCriteria.php
2203
0644
edit
dl
rm
ForwardingAddress.php
1128
0644
edit
dl
rm
History.php
2955
0644
edit
dl
rm
HistoryLabelAdded.php
1260
0644
edit
dl
rm
HistoryLabelRemoved.php
1262
0644
edit
dl
rm
HistoryMessageAdded.php
1045
0644
edit
dl
rm
HistoryMessageDeleted.php
1047
0644
edit
dl
rm
ImapSettings.php
1442
0644
edit
dl
rm
Label.php
2767
0644
edit
dl
rm
LabelColor.php
1058
0644
edit
dl
rm
LanguageSettings.php
887
0644
edit
dl
rm
ListDelegatesResponse.php
1094
0644
edit
dl
rm
ListDraftsResponse.php
1500
0644
edit
dl
rm
ListFiltersResponse.php
1059
0644
edit
dl
rm
ListForwardingAddressesResponse.php
1221
0644
edit
dl
rm
ListHistoryResponse.php
1453
0644
edit
dl
rm
ListLabelsResponse.php
1055
0644
edit
dl
rm
ListMessagesResponse.php
1526
0644
edit
dl
rm
ListSendAsResponse.php
1058
0644
edit
dl
rm
ListSmimeInfoResponse.php
1097
0644
edit
dl
rm
ListThreadsResponse.php
1513
0644
edit
dl
rm
Message.php
2435
0644
edit
dl
rm
MessagePart.php
2319
0644
edit
dl
rm
MessagePartBody.php
1149
0644
edit
dl
rm
MessagePartHeader.php
960
0644
edit
dl
rm
ModifyMessageRequest.php
1128
0644
edit
dl
rm
ModifyThreadRequest.php
1127
0644
edit
dl
rm
PopSettings.php
1052
0644
edit
dl
rm
Profile.php
1437
0644
edit
dl
rm
SendAs.php
2595
0644
edit
dl
rm
SmimeInfo.php
1865
0644
edit
dl
rm
SmtpMsa.php
1481
0644
edit
dl
rm
Thread.php
1535
0644
edit
dl
rm
VacationSettings.php
2399
0644
edit
dl
rm
WatchRequest.php
1291
0644
edit
dl
rm
WatchResponse.php
1026
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail/Thread.php
(1535B)
<?php /* * 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 * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ class Google_Service_Gmail_Thread extends Google_Collection { protected $collection_key = 'messages'; public $historyId; public $id; protected $messagesType = 'Google_Service_Gmail_Message'; protected $messagesDataType = 'array'; public $snippet; public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Gmail_Message[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return Google_Service_Gmail_Message[] */ public function getMessages() { return $this->messages; } public function setSnippet($snippet) { $this->snippet = $snippet; } public function getSnippet() { return $this->snippet; } }
Save
cmd:
run