value pairs * * @return void */ function setOptions(array $options): void; /** * Get the value of a renderer option * * @param string $key The name of the parameter * @param mixed $default The default value to return if the parameter is not set * * @return mixed The parameter value */ function getOption(string $key, $default = null); }