芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Slides/TableBorderCell.php
location = $location; } /** * @return TableCellLocation */ public function getLocation() { return $this->location; } /** * @param TableBorderProperties */ public function setTableBorderProperties(TableBorderProperties $tableBorderProperties) { $this->tableBorderProperties = $tableBorderProperties; } /** * @return TableBorderProperties */ public function getTableBorderProperties() { return $this->tableBorderProperties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableBorderCell::class, 'Google_Service_Slides_TableBorderCell');