Example #1
0
 public function interpolateOptions(array &$source = null, $defaultValue = null)
 {
     Config::interpolateArray($this->options, $source, $defaultValue);
     return $this;
 }