/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PolyService
NameSizeModeActions
Resource/-0755rm
Asset.php49060644editdlrm
AssetImportMessage.php20550644editdlrm
Format.php21420644editdlrm
FormatComplexity.php13980644editdlrm
ImageError.php13330644editdlrm
ListAssetsResponse.php17450644editdlrm
ListLikedAssetsResponse.php17600644editdlrm
ListUserAssetsResponse.php18050644editdlrm
ObjParseError.php23630644editdlrm
PolyFile.php16310644editdlrm
PresentationParams.php18350644editdlrm
Quaternion.php13210644editdlrm
RemixInfo.php11730644editdlrm
StartAssetImportResponse.php21900644editdlrm
UserAsset.php11050644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PolyService/PolyFile.php (1631B)
contentType = $contentType; } /** * @return string */ public function getContentType() { return $this->contentType; } /** * @param string */ public function setRelativePath($relativePath) { $this->relativePath = $relativePath; } /** * @return string */ public function getRelativePath() { return $this->relativePath; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolyFile::class, 'Google_Service_PolyService_PolyFile');