芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Slides/LayoutReference.php
layoutId = $layoutId; } /** * @return string */ public function getLayoutId() { return $this->layoutId; } /** * @param string */ public function setPredefinedLayout($predefinedLayout) { $this->predefinedLayout = $predefinedLayout; } /** * @return string */ public function getPredefinedLayout() { return $this->predefinedLayout; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LayoutReference::class, 'Google_Service_Slides_LayoutReference');