image = $image;
}
/**
* @return bool
*/
public function getImage()
{
return $this->image;
}
/**
* @param bool
*/
public function setText($text)
{
$this->text = $text;
}
/**
* @return bool
*/
public function getText()
{
return $this->text;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(VolumeVolumeInfoReadingModes::class, 'Google_Service_Books_VolumeVolumeInfoReadingModes');