/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive
NameSizeModeActions
Resource/-0755rm
About.php49590644editdlrm
AboutDriveThemes.php16640644editdlrm
AboutStorageQuota.php19430644editdlrm
AboutTeamDriveThemes.php16760644editdlrm
Change.php36950644editdlrm
ChangeList.php20200644editdlrm
Channel.php33380644editdlrm
Comment.php41880644editdlrm
CommentList.php17100644editdlrm
CommentQuotedFileContent.php13700644editdlrm
ContentRestriction.php25500644editdlrm
Drive.php43570644editdlrm
DriveBackgroundImageFile.php18850644editdlrm
DriveCapabilities.php76670644editdlrm
DriveFile.php199480644editdlrm
DriveFileCapabilities.php146370644editdlrm
DriveFileContentHints.php15580644editdlrm
DriveFileContentHintsThumbnail.php13880644editdlrm
DriveFileImageMediaMetadata.php66820644editdlrm
DriveFileImageMediaMetadataLocation.php14170644editdlrm
DriveFileLabelInfo.php11760644editdlrm
DriveFileLinkShareMetadata.php15740644editdlrm
DriveFileShortcutDetails.php17580644editdlrm
DriveFileVideoMediaMetadata.php16510644editdlrm
DriveList.php16800644editdlrm
DriveRestrictions.php27140644editdlrm
FileList.php19920644editdlrm
GeneratedIds.php15810644editdlrm
Label.php18350644editdlrm
LabelField.php29120644editdlrm
LabelFieldModification.php32500644editdlrm
LabelList.php16800644editdlrm
LabelModification.php20980644editdlrm
ModifyLabelsRequest.php15570644editdlrm
ModifyLabelsResponse.php14880644editdlrm
Permission.php52700644editdlrm
PermissionList.php17550644editdlrm
PermissionPermissionDetails.php19740644editdlrm
PermissionTeamDrivePermissionDetails.php20640644editdlrm
Reply.php31470644editdlrm
ReplyList.php16890644editdlrm
Revision.php47800644editdlrm
RevisionList.php17250644editdlrm
StartPageToken.php13750644editdlrm
TeamDrive.php41750644editdlrm
TeamDriveBackgroundImageFile.php18970644editdlrm
TeamDriveCapabilities.php81030644editdlrm
TeamDriveList.php17400644editdlrm
TeamDriveRestrictions.php27190644editdlrm
User.php23870644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive/Comment.php (4188B)
anchor = $anchor; } /** * @return string */ public function getAnchor() { return $this->anchor; } /** * @param User */ public function setAuthor(User $author) { $this->author = $author; } /** * @return User */ public function getAuthor() { return $this->author; } /** * @param string */ public function setContent($content) { $this->content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param string */ public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } /** * @return string */ public function getCreatedTime() { return $this->createdTime; } /** * @param bool */ public function setDeleted($deleted) { $this->deleted = $deleted; } /** * @return bool */ public function getDeleted() { return $this->deleted; } /** * @param string */ public function setHtmlContent($htmlContent) { $this->htmlContent = $htmlContent; } /** * @return string */ public function getHtmlContent() { return $this->htmlContent; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setModifiedTime($modifiedTime) { $this->modifiedTime = $modifiedTime; } /** * @return string */ public function getModifiedTime() { return $this->modifiedTime; } /** * @param CommentQuotedFileContent */ public function setQuotedFileContent(CommentQuotedFileContent $quotedFileContent) { $this->quotedFileContent = $quotedFileContent; } /** * @return CommentQuotedFileContent */ public function getQuotedFileContent() { return $this->quotedFileContent; } /** * @param Reply[] */ public function setReplies($replies) { $this->replies = $replies; } /** * @return Reply[] */ public function getReplies() { return $this->replies; } /** * @param bool */ public function setResolved($resolved) { $this->resolved = $resolved; } /** * @return bool */ public function getResolved() { return $this->resolved; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Comment::class, 'Google_Service_Drive_Comment');