/var/www/flurhymez/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/flurhymez/vendor/google/apiclient-services/src/PolyService/ObjParseError.php (2363B)
code = $code; } /** * @return string */ public function getCode() { return $this->code; } /** * @param int */ public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } /** * @return int */ public function getEndIndex() { return $this->endIndex; } /** * @param string */ public function setFilePath($filePath) { $this->filePath = $filePath; } /** * @return string */ public function getFilePath() { return $this->filePath; } /** * @param string */ public function setLine($line) { $this->line = $line; } /** * @return string */ public function getLine() { return $this->line; } /** * @param int */ public function setLineNumber($lineNumber) { $this->lineNumber = $lineNumber; } /** * @return int */ public function getLineNumber() { return $this->lineNumber; } /** * @param int */ public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } /** * @return int */ public function getStartIndex() { return $this->startIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ObjParseError::class, 'Google_Service_PolyService_ObjParseError');