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');