/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/TextAtom.php (1395B)
inputs = $inputs;
}
/**
* @return TextInput[]
*/
public function getInputs()
{
return $this->inputs;
}
/**
* @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(TextAtom::class, 'Google_Service_Transcoder_TextAtom');