芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Transcoder/TextMapping.php
atomKey = $atomKey; } /** * @return string */ public function getAtomKey() { return $this->atomKey; } /** * @param string */ public function setInputKey($inputKey) { $this->inputKey = $inputKey; } /** * @return string */ public function getInputKey() { return $this->inputKey; } /** * @param int */ public function setInputTrack($inputTrack) { $this->inputTrack = $inputTrack; } /** * @return int */ public function getInputTrack() { return $this->inputTrack; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TextMapping::class, 'Google_Service_Transcoder_TextMapping');