/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/Format.php (2142B)
formatComplexity = $formatComplexity; } /** * @return FormatComplexity */ public function getFormatComplexity() { return $this->formatComplexity; } /** * @param string */ public function setFormatType($formatType) { $this->formatType = $formatType; } /** * @return string */ public function getFormatType() { return $this->formatType; } /** * @param PolyFile[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return PolyFile[] */ public function getResources() { return $this->resources; } /** * @param PolyFile */ public function setRoot(PolyFile $root) { $this->root = $root; } /** * @return PolyFile */ public function getRoot() { return $this->root; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Format::class, 'Google_Service_PolyService_Format');