芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Transcoder/TextInput.php
key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param int */ public function setTrack($track) { $this->track = $track; } /** * @return int */ public function getTrack() { return $this->track; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TextInput::class, 'Google_Service_Transcoder_TextInput');