Exemplo n.º 1
0
 /**
  * Get the value of a set option via magic method.
  *
  * @access public
  * @param  string $option Name of option.
  * @return mixed
  * @throws \Khill\Lavacharts\Exceptions\InvalidConfigProperty
  */
 public function __get($option)
 {
     return $this->options->get($option);
 }