/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Classroom
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Classroom
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Announcement.php
4417
0644
edit
dl
rm
Assignment.php
1224
0644
edit
dl
rm
AssignmentSubmission.php
1250
0644
edit
dl
rm
Attachment.php
2025
0644
edit
dl
rm
ClassroomEmpty.php
844
0644
edit
dl
rm
CloudPubsubTopic.php
1120
0644
edit
dl
rm
Course.php
6560
0644
edit
dl
rm
CourseAlias.php
1077
0644
edit
dl
rm
CourseMaterial.php
2037
0644
edit
dl
rm
CourseMaterialSet.php
1476
0644
edit
dl
rm
CourseRosterChangesInfo.php
1134
0644
edit
dl
rm
CourseWork.php
7903
0644
edit
dl
rm
CourseWorkChangesInfo.php
1128
0644
edit
dl
rm
CourseWorkMaterial.php
4980
0644
edit
dl
rm
Date.php
1490
0644
edit
dl
rm
DriveFile.php
1878
0644
edit
dl
rm
DriveFolder.php
1594
0644
edit
dl
rm
Feed.php
2027
0644
edit
dl
rm
Form.php
1884
0644
edit
dl
rm
GlobalPermission.php
1127
0644
edit
dl
rm
GradebookSettings.php
1901
0644
edit
dl
rm
GradeCategory.php
1893
0644
edit
dl
rm
GradeHistory.php
2112
0644
edit
dl
rm
Guardian.php
2086
0644
edit
dl
rm
GuardianInvitation.php
2286
0644
edit
dl
rm
IndividualStudentsOptions.php
1209
0644
edit
dl
rm
Invitation.php
1797
0644
edit
dl
rm
Link.php
1573
0644
edit
dl
rm
ListAnnouncementsResponse.php
1586
0644
edit
dl
rm
ListCourseAliasesResponse.php
1529
0644
edit
dl
rm
ListCoursesResponse.php
1496
0644
edit
dl
rm
ListCourseWorkMaterialResponse.php
1664
0644
edit
dl
rm
ListCourseWorkResponse.php
1544
0644
edit
dl
rm
ListGuardianInvitationsResponse.php
1676
0644
edit
dl
rm
ListGuardiansResponse.php
1526
0644
edit
dl
rm
ListInvitationsResponse.php
1556
0644
edit
dl
rm
ListStudentsResponse.php
1511
0644
edit
dl
rm
ListStudentSubmissionsResponse.php
1661
0644
edit
dl
rm
ListTeachersResponse.php
1511
0644
edit
dl
rm
ListTopicResponse.php
1469
0644
edit
dl
rm
Material.php
2043
0644
edit
dl
rm
ModifyAnnouncementAssigneesRequest.php
1778
0644
edit
dl
rm
ModifyAttachmentsRequest.php
1289
0644
edit
dl
rm
ModifyCourseWorkAssigneesRequest.php
1772
0644
edit
dl
rm
ModifyIndividualStudentsOptions.php
1578
0644
edit
dl
rm
MultipleChoiceQuestion.php
1176
0644
edit
dl
rm
MultipleChoiceSubmission.php
1123
0644
edit
dl
rm
Name.php
1622
0644
edit
dl
rm
ReclaimStudentSubmissionRequest.php
895
0644
edit
dl
rm
Registration.php
2081
0644
edit
dl
rm
ReturnStudentSubmissionRequest.php
892
0644
edit
dl
rm
SharedDriveFile.php
1436
0644
edit
dl
rm
ShortAnswerSubmission.php
1114
0644
edit
dl
rm
StateHistory.php
1667
0644
edit
dl
rm
Student.php
2036
0644
edit
dl
rm
StudentSubmission.php
6135
0644
edit
dl
rm
SubmissionHistory.php
1564
0644
edit
dl
rm
Teacher.php
1645
0644
edit
dl
rm
TimeOfDay.php
1786
0644
edit
dl
rm
Topic.php
1845
0644
edit
dl
rm
TurnInStudentSubmissionRequest.php
892
0644
edit
dl
rm
UserProfile.php
2577
0644
edit
dl
rm
YouTubeVideo.php
1887
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Classroom/Topic.php
(1845B)
<?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. */ namespace Google\Service\Classroom; class Topic extends \Google\Model { /** * @var string */ public $courseId; /** * @var string */ public $name; /** * @var string */ public $topicId; /** * @var string */ public $updateTime; /** * @param string */ public function setCourseId($courseId) { $this->courseId = $courseId; } /** * @return string */ public function getCourseId() { return $this->courseId; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setTopicId($topicId) { $this->topicId = $topicId; } /** * @return string */ public function getTopicId() { return $this->topicId; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Topic::class, 'Google_Service_Classroom_Topic');
Save
cmd:
run