/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder/TextInput.php (1291B)
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');