芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/CloudSearch/Presenter.php
byDeviceId = $byDeviceId; } /** * @return string */ public function getByDeviceId() { return $this->byDeviceId; } /** * @param string[] */ public function setCopresenterDeviceIds($copresenterDeviceIds) { $this->copresenterDeviceIds = $copresenterDeviceIds; } /** * @return string[] */ public function getCopresenterDeviceIds() { return $this->copresenterDeviceIds; } /** * @param string */ public function setPresenterDeviceId($presenterDeviceId) { $this->presenterDeviceId = $presenterDeviceId; } /** * @return string */ public function getPresenterDeviceId() { return $this->presenterDeviceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Presenter::class, 'Google_Service_CloudSearch_Presenter');