/var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging/LanguageSpoken.php (1704B)
languageCode = $languageCode;
}
/**
* @return string
*/
public function getLanguageCode()
{
return $this->languageCode;
}
/**
* @param bool
*/
public function setSpoken($spoken)
{
$this->spoken = $spoken;
}
/**
* @return bool
*/
public function getSpoken()
{
return $this->spoken;
}
/**
* @param string
*/
public function setSpokenException($spokenException)
{
$this->spokenException = $spokenException;
}
/**
* @return string
*/
public function getSpokenException()
{
return $this->spokenException;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LanguageSpoken::class, 'Google_Service_MyBusinessLodging_LanguageSpoken');