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