/var/www/flurhymez/vendor/google/apiclient-services/src/Speech
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Speech/CustomClass.php (1691B)
customClassId = $customClassId;
}
/**
* @return string
*/
public function getCustomClassId()
{
return $this->customClassId;
}
/**
* @param ClassItem[]
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return ClassItem[]
*/
public function getItems()
{
return $this->items;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CustomClass::class, 'Google_Service_Speech_CustomClass');