芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/Contentwarehouse/GoodocSymbol.php
"Box", "code" => "Code", "label" => "Label", "rotatedBox" => "RotatedBox", ]; protected $boxType = GoodocBoundingBox::class; protected $boxDataType = ''; /** * @var int */ public $code; protected $labelType = GoodocLabel::class; protected $labelDataType = ''; protected $rotatedBoxType = GoodocRotatedBoundingBox::class; protected $rotatedBoxDataType = ''; protected $symbolvariantType = GoodocSymbolSymbolVariant::class; protected $symbolvariantDataType = 'array'; /** * @param GoodocBoundingBox */ public function setBox(GoodocBoundingBox $box) { $this->box = $box; } /** * @return GoodocBoundingBox */ public function getBox() { return $this->box; } /** * @param int */ public function setCode($code) { $this->code = $code; } /** * @return int */ public function getCode() { return $this->code; } /** * @param GoodocLabel */ public function setLabel(GoodocLabel $label) { $this->label = $label; } /** * @return GoodocLabel */ public function getLabel() { return $this->label; } /** * @param GoodocRotatedBoundingBox */ public function setRotatedBox(GoodocRotatedBoundingBox $rotatedBox) { $this->rotatedBox = $rotatedBox; } /** * @return GoodocRotatedBoundingBox */ public function getRotatedBox() { return $this->rotatedBox; } /** * @param GoodocSymbolSymbolVariant[] */ public function setSymbolvariant($symbolvariant) { $this->symbolvariant = $symbolvariant; } /** * @return GoodocSymbolSymbolVariant[] */ public function getSymbolvariant() { return $this->symbolvariant; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoodocSymbol::class, 'Google_Service_Contentwarehouse_GoodocSymbol');