Exemplo n.º 1
0
 /**
  * Merges two Options objects and combines the options and values.
  *
  * @access public
  * @param  \Khill\Lavacharts\Options $options
  * @return \Khill\Lavacharts\Options
  * @throws \Khill\Lavacharts\Exceptions\InvalidConfigValue
  */
 public function merge(Options $options)
 {
     $this->extend($options->getDefaults());
     return $this->setOptions($options->getValues());
 }