Sets an array of values as object properties.
array $values: Array with values indexed by property name,
bool $override: (optional) Whether to override already set fields, defaults to TRUE.
Drupal\locale\LocaleString The called object.
public function setValues(array $values, $override = TRUE);